- Applications
- Admin Dashboard
- Angular Libraries
- MatEz (eazy-to-use library that extends Angular Material)
- Configs (for Prettier, ESLint, CSpell)
-
Add configurations:
You can copy from examples like this one: _appConfig.json
- Install packages
npm ci
Running in stage mode needs files:
apps/control-center/src/assets/appConfig.stage.json
apps/control-center/src/assets/authConfig.stage.json
- Start
npm start
- Open localhost:4200
If you want to develop a library, then it's better to start building library separately:
npm run dev
npm run dev-libs
ccSwitchLogging()
- Enable/disable logging requests to the consoleccGetMyRoles()
- Display your roles from the token