-
Routing for modules should be implemented with respect for specification outlined in Angular 2 Guidelines https://angular.io/docs/ts/latest/guide/router.html Each routing configuration should be specified in separate module that is dedicated to base module of given feature set.
-
Each component should define it's own styles
-
Services and Pipes must have tests
-
Each commit message needs to contain issue number from Jira (CMW-X)
-
For issues that are part of Story new feature branch must be created for entire story
For karma testing run:
$ ng test
Edge to Edge tests are conducted via:
$ ng e2e
To prepare package run:
$ ng build