Awesome
Angular JWT Authentication Starter Template
✅ Opinionated naming and structure
✅ Enabled Angular server-side rendering
✅ Pre-configured JWT authentication
✅ Extendable generic domain service
✅ Server compatible local storage service
✅ Tailwindcss for styling
✅ Customizable Modals with lazy loading
✅ Customizable TitleResolver for pages
See api-starter template for backend jwt auth api.
Rename this project
replace "ngx-jwt-auth" to "your-project-name" in these files:
- angular.json
- package.json
- src/app/app.constants.ts
- src/index.html
Change git origin
Make sure to set your own git repo origin after cloning this repo.
$ git remote set-url origin "your-repo-url.git"
No testing frameworks
Do not use this template in production as it does not have any support for testing.