platform-components-ng/projects/platform-components-lib/src/lib/components/about/qpp-about-banner/qpp-about-banner.component.ts
| selector | qpp-about-banner |
| templateUrl | qpp-about-banner.component.html |
Properties |
Methods |
|
HostListeners |
constructor(kubesService: KubesService, extensibilityService: ExtensibilityService)
|
|||||||||
|
Parameters :
|
| window:resize |
window:resize()
|
| Async ngAfterViewInit |
ngAfterViewInit()
|
|
Returns :
Promise<void>
|
| Async ngOnInit |
ngOnInit()
|
|
Returns :
any
|
| setStyles |
setStyles()
|
|
Returns :
void
|
| aboutBannerElem |
Type : any
|
Decorators :
@ViewChild('aboutBanner')
|
| copyrightString |
Default value : About.COPYRIGHT
|
| fitWidthWise |
Type : boolean
|
| services |
Type : object
|
Default value : {}
|
| showLoader |
Type : boolean
|
| versionString |
Default value : About.VERSION
|