Angular 10 project bootstrap - Partly based on http://cv.co.hu/csabi/how-to-start-an-angular-project.html, some tweeks made around stylesheets and fonts
Find a file
2021-05-07 22:40:26 +02:00
src Add store devtools module 2021-05-07 22:40:26 +02:00
.browserslistrc initial commit 2020-10-20 18:57:38 +02:00
.editorconfig Setup 01 2020-10-20 19:03:41 +02:00
.eslintrc.json Update configs, formatting, code quality 2021-05-05 22:36:05 +02:00
.gitignore initial commit 2020-10-20 18:57:38 +02:00
.prettierrc Update configs, formatting, code quality 2021-05-05 22:36:05 +02:00
angular.json Update configs, formatting, code quality 2021-05-05 22:36:05 +02:00
jest.config.js Update configs, formatting, code quality 2021-05-05 22:36:05 +02:00
package-lock.json Update stylelint 2021-05-07 00:28:13 +02:00
package.json Update stylelint 2021-05-07 00:28:13 +02:00
README.md Version update 2021-02-13 14:51:56 +01:00
stylelint.json Update stylelint 2021-05-07 00:28:13 +02:00
tsconfig.app.json initial commit 2020-10-20 18:57:38 +02:00
tsconfig.json Update packages, adjust config 2021-03-06 13:59:20 +01:00
tsconfig.spec.json Linting and testing done 2021-02-13 15:06:30 +01:00

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