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

support-portal-modules

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

authentication

Login, password reset and the change-password flow. Routed under /login with the preloading strategy enabled.

dashboard

The application shell and landing view; hosts the routed feature pages.

device-update

Firmware and configuration operations on individual devices.

reports

Report views available to support staff.

system-reports

System-level report views.

settings

Portal and user settings available in this portal.

user-management

Users, user groups and their permissions.

shared

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.