This is a prototype for a YANG configuration editor and viewer.
The design is to have a set of Angular Web Components represent the 4 main Data Node types of YANG - Container, List, Leaf and Leaf-List for viewing and configuring a YANG data model. This is extended by specific constrained input components for particular leaf types - e.g. number with range and string with pattern - to give a fully featured and scalable solution for editing data models.
The idea is that these components could be freely assembled in to a page to suit the end users tastes, and that the whole UI would be driven off some Meta model derived from YANG but in JSON format. Like "pyang -f jtox " produces but a whole lot more information. It's possible such a file could be produced on the fly inside a system like onos-yang-tools also, and served up through onos/restconf/meta
This project was generated with Angular CLI version 1.6.6.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.