Awesome
Orchestrator
Extensible orchestrator of the UI for Angular
Packages
Name | Package | NPM |
---|---|---|
Core | @orchestrator/core | |
Layout | @orchestrator/layout | |
UiWeb | @orchestrator/ui-web | |
Stepper | @orchestrator/stepper | |
HtmlTag | @orchestrator/html-tag |
Installation
$ npm install @orchestrator/core
Build
Run nx build <package>
to build the project. The build artifacts will be stored in the dist/
directory.
Running unit tests
Run nx test <package>
to execute the unit tests via Jest. The test coverage will be stored in the coverage/
directory.
Running lint
Run nx lint <package>
to execute the unit tests via Jest.
Running end-to-end tests
Run nx e2e <package>
to execute the end-to-end tests via Cypress.
Before running the tests make sure you are serving the app via ng serve
.