src/app/model/portfolio/portfolio.model.ts
A portfolio model.
Properties |
|
constructor()
|
Constructs the portfolio model. ~constructor |
Public cv |
Default value : new CV()
|
CV data. |
Public generalTimeline |
Default value : new Array<GeneralTimelineEntry>()
|
General timeline data. |
Public projects |
Default value : new Array<Project>()
|
Projects data. |