Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 815 Bytes

DEVELOPER_GUIDE.md

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].