Part 4: Angular Routing | User Registration & Login Form using Angular , PrimeNG, JSON Server

Опубликовано: 28 Сентябрь 2024
на канале: Learn from Scratch
1,547
9

#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...