You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ziti-console-lib is a shared Angular library that exports components used to administrate an <ahref="https://openziti.io">OpenZiti Network</a>
54
54
55
55
This library is imported and extended via the <ahref="https://github.com/openziti/ziti-console">Ziti Admin Console</a>, but can also be used in other 3rd party Angular applications.
56
56
57
-
58
57
## How to install
59
58
60
59
To install this library in an angular application, run the following command from your project root:
61
60
62
-
```
61
+
```bash
63
62
npm install @openziti/ziti-console-lib
64
63
```
65
64
66
65
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0.
67
66
68
67
## Building From Source
69
-
After checking out the main <ahref="https://github.com/openziti/ziti-console">ziti-console</a> github project,
70
68
71
-
Run `ng build ziti-console-lib` from the project root to build the shared library. The build artifact will be stored in the `dist/` directory.
69
+
After checking out the main <ahref="https://github.com/openziti/ziti-console">ziti-console</a> github project,
72
70
71
+
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.
0 commit comments