Go to file
2019-04-22 14:50:12 +03:00
build_utils@870b70a63a FE-793: Create dropdown module (#6) 2019-04-02 14:56:34 +03:00
e2e FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
src FE-816: DaData module test, FE-820: Document module test (#12) 2019-04-22 14:50:12 +03:00
.gitignore initial commit 2018-11-27 12:06:26 +03:00
.gitmodules FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
.prettierignore FE-793: Create dropdown module (#6) 2019-04-02 14:56:34 +03:00
.prettierrc FE-716: Layout modules (#3) 2018-12-13 16:22:47 +03:00
angular.json FE-809: DaData module (#9) 2019-04-09 19:39:03 +05:00
containerpilot.json FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
Dockerfile.sh FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
Jenkinsfile FE-793: Create dropdown module (#6) 2019-04-02 14:56:34 +03:00
Makefile FE-793: Create dropdown module (#6) 2019-04-02 14:56:34 +03:00
nginx.conf FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
package-lock.json FE-819: Document module (#10) 2019-04-15 15:57:53 +03:00
package.json FE-819: Document module (#10) 2019-04-15 15:57:53 +03:00
README.md Form control UI kit (#2) 2018-12-04 20:38:16 +03:00
tsconfig.json FE-809: DaData module (#9) 2019-04-09 19:39:03 +05:00
tslint.json FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
webpack.extra.js Form control UI kit (#2) 2018-12-04 20:38:16 +03:00

Dashboard

Libraries

  • Angular CLI
    • Run ng generate component component-name to generate a new component (you can also use ng generate directive|pipe|service|class|guard|interface|enum|module).
    • To get more help use ng help or go check out the Angular CLI README.
  • Angular Material
  • Prettier

Development server

  1. Run npm install
  2. Run npm start
  3. Navigate to http://localhost:8000/

Production build

  1. Run npm install
  2. Run npm run build
  3. The build artifacts will be stored in the dist/ directory.

Tests

  • Run npm run test to execute the unit tests via Karma.
  • Run npm run e2e to execute the end-to-end tests via Protractor.

Utils

Analyze bundle size

npm run build -- --prod --stats-json --extraWebpackConfig webpack.extra.js
npx webpack-bundle-analyzer dist/stats.json