@onecx/angular-remote-components
@onecx/angular-remote-components manages remote Angular components, enabling dynamic component loading and integration within OneCX applications.
More information about OneCX libraries can be found in the OneCX documentation.
Installation
npm install @onecx/angular-remote-components
Additional Commands
npx nx run angular-remote-components:build- Builds the library and outputs the result to thedistfolder.npx nx run angular-remote-components:test- Runs the unit tests for the library.npx nx run angular-remote-components:lint- Lints the library's codebase.npx nx run angular-remote-components:release- Releases a new version of the library to npm, following semantic versioning guidelines.