@onecx/angular-standalone-shell
v8.2.1
Published
`@onecx/angular-standalone-shell` provides a wrapper module that can be used to run apps designed to run in the OneCX Shell in a standalone mode, without the need to be hosted within the Shell itself. The library is only intended to be used for local deve
Readme
@onecx/angular-standalone-shell
@onecx/angular-standalone-shell provides a wrapper module that can be used to run apps designed to run in the OneCX Shell in a standalone mode, without the need to be hosted within the Shell itself. The library is only intended to be used for local development purposes.
More information about OneCX libraries can be found in the OneCX documentation.
Installation
npm install @onecx/angular-standalone-shellAdditional Commands
npx nx run angular-standalone-shell:build- Builds the library and outputs the result to thedistfolder.npx nx run angular-standalone-shell:test- Runs the unit tests for the library.npx nx run angular-standalone-shell:lint- Lints the library's codebase.npx nx run angular-standalone-shell:release- Releases a new version of the library to npm, following semantic versioning guidelines.
