Support Portal Modules
The Support Portal is the Angular application support-center (projects/support-center), built to
dist/support-center and served at /support-portal/.
Core module
projects/support-center/src/app/modules/core.module.ts — initialises the application-wide
services and configuration, and is imported once by AppModule.
Feature modules
Location: projects/support-center/src/app/modules.
| Module | Purpose |
|---|---|
|
Login, password reset and the change-password flow. Routed under |
|
The application shell and landing view; hosts the routed feature pages. |
|
Firmware and configuration operations on individual devices. |
|
Report views available to support staff. |
|
System-level report views. |
|
Portal and user settings available in this portal. |
|
Users, user groups and their permissions. |
|
Declarations shared inside this application only; cross-portal code belongs in ft-common. |
The routed tree is defined in projects/support-center/src/app/app-routing.module.ts; see
Routing & Layouts.