-
Notifications
You must be signed in to change notification settings - Fork 0
Powerboard Web app documentation
Using the devon4ng approach for the Powerboard project, the structure of Angular project is as follows
There are four main modules other than app module in the structure:
This module is responsible authentication and reset password process for a user.
It consists of following components
- Auth component
- Reset password component
This module involves various features of a team.
It consists of following components:
- Dashboard component
- Link component
- Multimedia component
- Project display component
- Slideshow component
This module is responsible for configuration of team and user.
It consists of following components:
- Config component
- Setup component
- Team component
This module consists of a set of commonly used pieces such as pipes, general services and model into one module and export them to any module that imports the Shared Module.
Each module is further divided into following three folder:
- components
- model
- services
We have defined the service base URL in "UrlPaths.ts" file