Skip to content

Angular 13 CRUD with Angular Material UI | json-server

Notifications You must be signed in to change notification settings

pwn-mm/Angular-reactive-form

Repository files navigation

Angular13Crud

This project was generated with Angular CLI version 14.0.2.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Notes

  • Angular error: Can't bind to 'ngModel' since it isn't a known property of 'input'=> you need to import the FormsModule package.

  • You also need to import MatNativeDateModule if you are going to use DatePicker.

  • You also need to import ReactiveFormsModule if you are going to use [formGroup].

  • You subscribe by calling the subscribe() method of the instance, passing an observer object to receive the notifications.

About

Angular 13 CRUD with Angular Material UI | json-server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published