#angular #primeng #angularproject #authentication #jsonserver #login #register
This video is the 4th part of Angular PrimeNG Application with Authentication using JSON Server
Video explains about the
creation of components , services , guards and interfaces
Angular Routing
Router outlet
Commands used
ng g c components/login
ng g c components/register
ng g c components/home
ng g s services/auth
ng g g guards/auth
ng g i interfaces/auth
Github Url: https://github.com/haseena-pa/angular...