src/app/components/project-gantt-chart/project-gantt-chart.component.ts
Project gantt chart component.
selector | app-project-gantt-chart |
styleUrls | ./project-gantt-chart.component.scss |
templateUrl | ./project-gantt-chart.component.html |
Properties |
|
constructor(portfolioService: PortfolioService)
|
||||||||
Constructs a General timeline component. ~constructor
Parameters :
|
Public key |
Type : string
|
Default value : 'Project Gantt'
|
The component key |
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
./project-gantt-chart.component.scss
@use "../stylesheets/stylesheets.component.scss";