src/app/components/cv/cv.component.ts
CV component ~implements AfterViewInit
AfterViewInit
selector | app-cv |
styleUrls | ./cv.component.scss |
templateUrl | ./cv.component.html |
Properties |
|
Methods |
constructor(portfolioService: PortfolioService, persistenceService: PersistenceService)
|
||||||||||||
Constructs a CV component. ~constructor
Parameters :
|
Initialize |
Initialize()
|
Initialization
Returns :
void
|
ngAfterViewInit |
ngAfterViewInit()
|
AfterViewInit handler
Returns :
void
|
saveToggle | ||||||
saveToggle(event: MouseEvent)
|
||||||
Save toggle delegate.
Parameters :
Returns :
void
|
Public portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
./cv.component.scss
@use "../stylesheets/stylesheets.component.scss";