
npm install @openziti/ziti-console-lib
OpenZiti is a free and open source project focused on bringing zero trust to any application.
The project provides all the pieces required to implement or integrate zero trust into your solutions.
@openziti/ziti-console
This repo hosts the Ziti Admin Console, and is designed to provide a user interface to help you administrate an OpenZiti Network via the Ziti Edge API
Part of the OpenZiti ecosystem
Interested in knowing how to easily embed programmable, high performance, zero trust networking into your application without VPNs?
Learn more about OpenZiti project.
Also, checkout core project on github
Please star us!
---




---
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.
To install this library in an angular application, run the following command from your project root:
``bash`
npm install @openziti/ziti-console-lib
This library was generated with Angular CLI version 16.0.0.
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.
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.--project ziti-console-lib
> Note: Don't forget to add or else it will be added to the default project in your angular.json file.
To get more help on the Angular CLI use ng help` or go check out the Angular CLI Overview and Command Reference page.