src/app/project-list-component/project-list.component.ts
This component is the landing page for the user after loggin in to the system It shows a list of all projects the user can access
selector | app-project-list |
styleUrls | ./project-list.component.scss |
templateUrl | ./project-list.component.html |
Properties |
Methods |
|
constructor(projectStore: ProjectStoreService, dialog: MatDialog, notify: UserNotifyService)
|
||||||||||||
Parameters :
|
Private changeColour |
changeColour()
|
Returns :
void
|
Public nothing | ||||||
nothing(e: Event)
|
||||||
Parameters :
Returns :
void
|
Public openCreateProjectDialog |
openCreateProjectDialog()
|
Returns :
void
|
Public reloadProjects |
reloadProjects()
|
Returns :
void
|
lastQueriedProjectName |
Type : string
|
loading |
Type : boolean
|
pendingCreate |
Default value : false
|
projectName |
Type : string
|
Default value : ''
|
projects |
Type : Pick<Project, "id" | "name">[]
|
Default value : []
|
./project-list.component.scss