The repository contains multiple boilerplates of code to start an angular project.
The mutiple boilerplates are available on different branches of the repository below are the links & decription for them.
This branch has code which allows you to create basic angular project.
Features
- Multiple Environments
- HTTP Interceptors
This branch has code which allows you to create basic angular project with Angular Material Features.
Features (Inclusive of Material Boilerplate)
- Common UI Layout which has Header, Footer & Left Navigation support
This branch has code which allows you to create basic angular project with OIDC Client support for OpenID connect.
Features (Inclusive of Material Boilerplate)
- Basic Oidc Service to carry out activities like Get Token, Renew, Logout
- Test Component to test the implementation
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.