src/app/components/accomplishments/accomplishments.component.ts
Accomplishments component. ~extends AccomplishmentsProviderComponent ~implements AfterViewInit
AccomplishmentsProviderComponent
AfterViewInit
selector | app-accomplishments |
styleUrls | ./accomplishments.component.scss |
templateUrl | ./accomplishments.component.html |
Properties |
|
Methods |
|
Accessors |
constructor(accomplishmentsService: AccomplishmentsService, portfolioService: PortfolioService, entitiesService: EntitiesService, inputService: InputService, uiService: UiService, persistenceService: PersistenceService)
|
||||||||||||||||||||||||||||
Constructs the Accomplishments component. ~constructor
Parameters :
|
Initialize |
Initialize()
|
Initialization
Returns :
void
|
ngAfterViewInit |
ngAfterViewInit()
|
AfterViewInit handler
Returns :
void
|
Public updateShouldCollapseProjectsAccomplishment | ||||||||
updateShouldCollapseProjectsAccomplishment(typeName: string)
|
||||||||
Update whether should collapse the projects accomplishments section.
Parameters :
Returns :
void
|
Public keypress | ||||||
keypress(event: KeyboardEvent)
|
||||||
Simulate keyboard clicks delegate.
Parameters :
Returns :
void
|
Public projectsDefined |
projectsDefined()
|
Whether projects are defined. ~delegate
Returns :
boolean
Whether the projects are defined. |
Public saveToggle | ||||||
saveToggle(event: MouseEvent)
|
||||||
Save toggle delegate.
Parameters :
Returns :
void
|
Public tabName | ||||||
tabName(key: string)
|
||||||
Tab name delegate.
Parameters :
Returns :
string
|
Public trackByFn |
trackByFn(index: any, item: any)
|
TrackBy iterator help function.
Returns :
any
|
Public Readonly entitiesService |
Type : EntitiesService
|
The entities service injected dependency.
|
Optional headerComponents |
Type : QueryList<HeaderComponent>
|
Decorators :
@ViewChildren(HeaderComponent)
|
Header component. |
Public Readonly inputService |
Type : InputService
|
The input service injected dependency.
|
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Public Readonly uiService |
Type : UiService
|
The ui service injected dependency.
|
filtered |
getfiltered()
|
Filtered delegate. |
ToggleKind |
getToggleKind()
|
Toggle kind enum template accessor getter. |
./accomplishments.component.scss
@use "../stylesheets/stylesheets.component.scss";