- Online-wallet is an app to track budget/finance/expenses etc.
- Contact: Exadel Angular SandBox2022 ( https://join.skype.com/CAamZ4QCa2ZZ )
- References:
- Angular (2022)
- GitHub (2022)
- Naming Convension (2022)
- For install Angular use this command: npm install -g @angular/cli
- For launching angular project (localhost): npm run start
- On Windows client computers: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
- Build for production: npm run build
- Linters launch: npm run lint
- Install 'Prettier - Code formatter' from Extensions, go to File-Preferences-Settings, search 'format on save' and tick the check-box "Editor: Format ON SAVE". Than search 'default formatter' and choose Prettier - Code formatter.
Use command ng lint before your every commit.