Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 815 Bytes

File metadata and controls

22 lines (14 loc) · 815 Bytes

Developer Guide for the Platform

Source Structure

The source has two parts, the platform and a documentation app.

/src/app - Contains the documentation application
/src/platform - Contains the platform assets

Adding a new platform feature (component/module/utility)

Please reference these docs.

Adding a new documentation component

You can use the ng generate component components/[name] and it will generate the new component stub in src/app/components/[name].