Angular 12 project bootstrap
| src | ||
| .browserslistrc | ||
| .editorconfig | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc | ||
| angular.json | ||
| jest.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| stylelint.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
Angular 12 project bootstrap
It has
- material design resources (fonts, styles, palette) and setup
- modern-css-reset
- tuned viewport
- placeholder for disabled js and slow loading time
- responsive breakpoints defined in mixins
- ngrx state management
- runtime configuration loading depending on the environment for it's compiled
- i18n support with runtime translation loading
- api calling setup for @deejayy/api-caller
- a simple feature flag module
- jest and some tests
- eslint
How to use the features already set up
TBD