/crud-angular

Basic CRUD Angular 5 application

Primary LanguageTypeScript

CRUD Angular 5 application

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.

Application in action

Live Demo

Try live demo here

Running the application

Prerequisites

  • NodeJS 6+
  • Git
  • Angular CLI 1.6.5+

Clone repository

$ git clone https://github.com/pabcha/crud-angular.git
$ cd crud-angular
$ npm install

Development Server

Run ng serve and navigate to http://localhost:4200/