问题
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.
- JWT Authentication in Angular 6
- Bootstrap/Material Design setup in Angular 6
- Http Services in Angular 6
- File Uploading in Angular 6
- Basic CRUD in Angular 6
Please suggest. It will save my lot of time.
回答1:
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.
- All the points are covered in this Repo
- Friendly CRUD application
- Functions Boilerplate with Best Practices
- Readme.md with description
- Separated Directory Structure
回答2:
I would suggest use this ngx-rocket/starter-kit
find it here https://github.com/ngx-rocket/starter-kit
来源:https://stackoverflow.com/questions/53349983/angular-6-boilerplate-with-only-basic-features-required-all-the-time