Official plugin to integrate Angular client framework with ZCatalyst-CLI
!catalyst
!npm
!Snyk Vulnerabilities for npm package
!license
The official plugin for Catalyst CLI to develop and deploy Angular Applications with Catalyst.
ZCatalyst-CLI: To install ZCatalyst-CLI with npm, use this command
``bash`
npm install -g zcatalyst-cli
Check this documentation to get started with Angular in Catalyst.
> Note: zcatalyst-cli of versions 1.11.0 and above supports this plugin.
>Note: When setting up the Angular App from ZCatalyst-CLI the CLI will take care of the configuration process.
Installation
`bash`
npm install zcatalyst-cli-plugin-angular -g`
_catalyst.json_json`
{
"client": {
"source": "angular-app",
"plugin": "zcatalyst-cli-plugin-angular"
}
}
Installation
`bash`to be executed within the Angular App directory
npm install zcatalyst-cli-plugin-angular --save-dev
_catalyst.json_
`json``
{
"client": {
"source": "angular-app",
"plugin": "angular-app/node_modules/zcatalyst-cli-plugin-angular"
}
}