@openziti/ziti-console-lib
v0.6.8
Published
![Ziggy using the ziti-console](https://raw.githubusercontent.com/openziti/ziti-console/main/projects/ziti-console-lib/src/lib/assets/banners/ZAC.jpg)
Downloads
510
Readme
ziti-console-lib
ziti-console-lib is a shared Angular library that exports components used to administrate an OpenZiti Network
This library is imported and extended via the Ziti Admin Console, but can also be used in other 3rd party Angular applications.
How to install
To install this library in an angular application, run the following command from your project root:
npm install @openziti/ziti-console-lib
This library was generated with Angular CLI version 16.0.0.
Building From Source
After checking out the main ziti-console github project,
Run ng build ziti-console-lib
from the project root to build the shared library. The build artifact will be stored in the dist/ziti-console-lib
directory.
Code scaffolding
Run ng generate component component-name --project ziti-console-lib
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ziti-console-lib
.
Note: Don't forget to add
--project ziti-console-lib
or else it will be added to the default project in yourangular.json
file.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.