Angular 13 project bootstrap in case you want to start a new project but not from scratch
Find a file
2022-04-02 00:00:12 +02:00
.vscode initial commit 2022-04-01 21:18:06 +02:00
src Adjust material theme to new style 2022-04-01 23:54:47 +02:00
.browserslistrc initial commit 2022-04-01 21:18:06 +02:00
.editorconfig Update bootstrap project 2022-04-01 22:14:30 +02:00
.eslintrc.json Add new bootstrap files 2022-04-01 22:14:50 +02:00
.gitignore initial commit 2022-04-01 21:18:06 +02:00
.prettierrc Add new bootstrap files 2022-04-01 22:14:50 +02:00
angular.json Update bootstrap project 2022-04-01 22:14:30 +02:00
jest.config.js Test adjustment 2022-04-01 22:30:53 +02:00
package-lock.json Update api-caller 2022-04-02 00:00:12 +02:00
package.json Update api-caller 2022-04-02 00:00:12 +02:00
README.md Update bootstrap project 2022-04-01 22:14:30 +02:00
tsconfig.app.json initial commit 2022-04-01 21:18:06 +02:00
tsconfig.json Update bootstrap project 2022-04-01 22:14:30 +02:00
tsconfig.spec.json Update bootstrap project 2022-04-01 22:14:30 +02:00

Angular 13 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