/angular-simple-crud-app

A simple CRUD app using mock API calls. Styling with Angular Material.

Primary LanguageTypeScript

Set up a new project

Add angular material

Set up app.component.html by importing all the elements from ng material

  • ng generate module --name of module--

Set up routes and service file.

Created Using: