- Demo application Angular Material Forms.
- Angular 19 application + Angular Material.
- Shows various input-fields with callbacks.
- Shows demo with autocomplete, multiple selects and dates.
- Added a simple input dialog.
Command to install
npm install
or shorter:
npm i
Command to run the application:
ng serve --open
or shorter:
ng s --o