50 Forks
44 Stars
44 Watchers

angular8-demo

In this tutorial, we will be developing an Angular 8 application and perform CRUD operation on a user entity. We will be developing a full stack app with REST API integration. We will have a login, list user, add and edit user component and based on the routing configurations these pages will be served. We will have HTTP interceptor to intercept our HTTP request and inject JWT token in the header. The backend server code is implemented using Spring Boot.

How to download and setup angular8-demo

Open terminal and run command
git clone https://github.com/only2dhir/angular8-demo.git
git clone is used to create a copy or clone of angular8-demo repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with angular8-demo https://github.com/only2dhir/angular8-demo/archive/master.zip

Or simply clone angular8-demo with SSH
[email protected]:only2dhir/angular8-demo.git

If you have some problems with angular8-demo

You may open issue on angular8-demo support forum (system) here: https://github.com/only2dhir/angular8-demo/issues