src/app/project-overview/project-overview.component.ts
This component offers a view showing the project name, owner, id and description.
selector | app-project-overview |
styleUrls | ./project-overview.component.scss |
templateUrl | ./project-overview.component.html |
Properties |
|
Methods |
constructor(dataService: DataService, projectStore: ProjectStoreService, route: ActivatedRoute, router: Router, changeDetector: ChangeDetectorRef, dialog: MatDialog, notify: UserNotifyService)
|
||||||||||||||||||||||||
Parameters :
|
deleteProject |
deleteProject()
|
Returns :
void
|
projectNameEdited | ||||||
projectNameEdited(saved: boolean)
|
||||||
Parameters :
Returns :
void
|
description |
Type : string
|
Default value : ''
|
Public project |
Type : DataNode<Project>
|
Public projectId |
Type : string
|
queryComponent |
Type : QueryComponent
|
Decorators :
@ViewChild(QueryComponent)
|
./project-overview.component.scss