This is an Angular 7 BoilerPlate app that includes -
- Skeleton and starter pack for making Angular 7 apps
- Most Commonly used Pages like - login, signup, home, dashboard, etc.
- Responsive structure and design using the CSS Grid Layout Module
- Feature Modules (Auth, Home and Reports) with routing and hierarchical lazy loading implemented
- Core Module that takes care of singleton services, classes, interfaces, etc.
- Common Shared Module that handles components, directives, guards, 3rd party modules, etc. to be used by all feature modules
- Feature Shared Module for Home Module that includes common features to be used only by Home Module
Open base folder with the name angular-7-boiler-plate in command prompt or terminal and then run npm i
to install all the dependencies.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.