Note: This module is a hack to get Dev Portal functionality into Telport as quickly as possible. It violates, at least, the following dictates:
- Unit tests and coverage
- Use of
nullandundefined. - Naming conventions
- TS Linter warnings
The goal will be to incrementally replace this module with "native" Teleport components.
To install the module as a dependency:
npm i -S git+http://gitlab.teramesh.net/patrick.martin/teleport-module-dev-portal.git#1.0.0
import { DevPortalModule, devPortalUtils, devPortalModels, devPortalServices } from "teleport-module-dev-portal";Coming Soon!
Provide complete documentation for the library. Class and method signatures. Element attributes.