projects/m2-components/src/lib/application/history/application-history.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | application-history |
| styleUrls | ./application-history.component.scss |
| templateUrl | ./application-history.component.html |
Properties |
|
Methods |
Inputs |
Accessors |
constructor(cd: ChangeDetectorRef, webSocketService: WebSocketService, applicationReadService: ApplicationReadService, applicationHistoryService: ApplicationHistoryService)
|
|||||||||||||||
|
Parameters :
|
| application |
| searchContainerStyle |
Type : Partial<CSSStyleDeclaration>
|
| Protected handleWebSocketCallbacks | |||||||||
handleWebSocketCallbacks(msg: CallbackMessage, msgType: CallbackMessageType)
|
|||||||||
|
Callbacks handling
Parameters :
Returns :
void
|
| ngAfterViewInit |
ngAfterViewInit()
|
|
Returns :
void
|
| resetSearch |
resetSearch()
|
|
Search
Returns :
void
|
| ngOnInit |
ngOnInit()
|
|
Returns :
void
|
| _application |
Type : Application
|
| APP_SETTINGS |
Default value : APP_SETTINGS
|
| appHistory |
Type : ApplicationHistory[]
|
Default value : []
|
| Optional loading |
Type : boolean
|
| searchInputRef |
Type : ElementRef<HTMLInputElement>
|
Decorators :
@ViewChild('searchInput')
|
| Optional searchQuery |
Type : string
|
| Protected Abstract webSocketService |
Type : WebSocketService
|
|
ng services |
| application | ||||||
setapplication(value: Application)
|
||||||
|
Parameters :
Returns :
void
|