I Setup Angular all the time with new Project. Anyone can suggest good boilerplate where no need to develop Basic required features which are required most of the times in a application.
Please suggest. It will save my lot of time.
You can follow this boilerplate https://github.com/brnrajoriya/Angular-Ready-To-Use-Boilerplate
Just clone this project and run npm install
and you got all necessary components and a CRUD with JWT authentication as well as commands in readme.md to create new components/services/CRUD operations.