Basic CRUD Angular 5 application. Users can create, edit, delete and browse a list of articles from mock file. This project also includes Angular Material components like table, buttons, popups, etc.
Try live demo here
- NodeJS 6+
- Git
- Angular CLI 1.6.5+
$ git clone https://github.com/pabcha/crud-angular.git
$ cd crud-angular
$ npm install
Run ng serve
and navigate to http://localhost:4200/