Angular 12 project bootstrap
Find a file
2021-11-20 14:16:36 +01:00
src Fix broken test 2021-11-20 14:16:36 +01:00
.browserslistrc initial commit 2021-11-20 12:39:56 +01:00
.editorconfig Project setup 2021-11-20 13:16:40 +01:00
.eslintrc.json Project setup 2021-11-20 13:16:40 +01:00
.gitignore initial commit 2021-11-20 12:39:56 +01:00
.prettierrc Project setup 2021-11-20 13:16:40 +01:00
angular.json Fix linting and testing issues 2021-11-20 14:15:40 +01:00
jest.config.js Update api-caller + v12 specifics 2021-11-20 13:43:04 +01:00
package-lock.json Update packages 2021-11-20 13:52:24 +01:00
package.json Update packages 2021-11-20 13:52:24 +01:00
README.md Project setup 2021-11-20 13:16:40 +01:00
stylelint.json Project setup 2021-11-20 13:16:40 +01:00
tsconfig.app.json initial commit 2021-11-20 12:39:56 +01:00
tsconfig.json Project setup 2021-11-20 13:16:40 +01:00
tsconfig.spec.json Project setup 2021-11-20 13:16:40 +01:00

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