Documentation
How to create new Components
New custom components can be created using the tcli or use Angular Schematics NG Commands.
Simply type:
tcli schematic-add
And choose the schematic to use.
Or use one of these commands
ng generate @tibco-tcstk/component-template:case-cockpit CustomCaseCockpit ng generate @tibco-tcstk/component-template:home-cockpit CustomHomeCockpit
For more information look here:
Full Component Documentation
full Developer Component Library documentation can be found here:
Contribution
Any contribution via GitHub is welcome, just fork and do a pull request!