- Source Structure
- Adding a new platform feature (component/module/utility)
- Adding a new documentation component
The source has two parts, the platform and a documentation app.
/src/app - Contains the documentation application
/src/platform - Contains the platform assets
Please reference these docs.
You can use the ng generate component components/[name]
and it will generate the new component stub in src/app/components/[name]
.