Angular 11 initial commit
Find a file
2021-10-27 22:59:51 +02:00
src Version upgrade 2021-07-12 15:48:18 +02:00
.browserslistrc initial commit 2021-07-12 10:00:13 +02:00
.editorconfig Update config 2021-07-12 11:14:53 +02:00
.eslintrc.json Update config 2021-07-12 11:14:53 +02:00
.gitignore initial commit 2021-07-12 10:00:13 +02:00
.prettierrc Update config 2021-07-12 11:14:53 +02:00
angular.json Fix internal build errors 2021-07-12 11:27:20 +02:00
jest.config.js Update config 2021-07-12 11:14:53 +02:00
package-lock.json Upgrade immer 2021-10-27 22:59:51 +02:00
package.json Upgrade immer 2021-10-27 22:59:51 +02:00
README.md Update config 2021-07-12 11:14:53 +02:00
stylelint.json Update config 2021-07-12 11:14:53 +02:00
tsconfig.app.json initial commit 2021-07-12 10:00:13 +02:00
tsconfig.json Update config 2021-07-12 11:14:53 +02:00
tsconfig.spec.json Update config 2021-07-12 11:14:53 +02:00

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