#angular21 #angularcourse #authentication
Angular 21 real time example - implement authentication using template driven form and json-server API
👉 GitHub Repo: https://github.com/nihiratechiees/angularexample
Steps followed
=============
1, Create brand new application ng new appname
2, Install material UI ng add @angular/material
3, Implementing Json-server API
Install globally : npm install -g json-server
json-server --watch src/data/db.json
4, Implement Registration
5, Implement Login
Join this channel to get access to perks:
https://www.youtube.com/channel/UCsbmVmB_or8sVLLEq4XhE_A/join
Download
0 formats
No download links available.
User registeration & Login in angular 21 using template driven form with json-server API | NatokHD