Extensible orchestrator of the UI for Angular
Name | Package | NPM |
---|---|---|
Core | @orchestrator/core | |
Layout | @orchestrator/layout | |
UiWeb | @orchestrator/ui-web | |
Stepper | @orchestrator/stepper | |
HtmlTag | @orchestrator/html-tag |
$ npm install @orchestrator/core
Run nx build <package>
to build the project. The build artifacts will be stored in the dist/
directory.
Run nx test <package>
to execute the unit tests via Jest. The test coverage will be stored in the coverage/
directory.
Run nx lint <package>
to execute the unit tests via Jest.
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
.