packages/ecl/components/ecl-app/ecl-app.component.ts
OnInit
AfterViewInit
OnDestroy
| selector | ecl-app |
| templateUrl | ./ecl-app.component.html |
Properties |
Methods |
Inputs |
Outputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| languageDismiss |
Type : EventEmitter
|
| attr.dir |
Type : string
|
Default value : 'ltr'
|
|
Text direction, by default is 'ltr' - left-to-write. Can also be 'rtl' - right-to-left, which will
make all components within |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| eclSiteHeaderLanguage |
Type : EclSiteHeaderLanguageComponent
|
Decorators :
@ContentChild(EclSiteHeaderLanguageComponent)
|
| textDirection |
Type : string
|
Default value : 'ltr'
|
Decorators :
@HostBinding('attr.dir')
|
|
Text direction, by default is 'ltr' - left-to-write. Can also be 'rtl' - right-to-left, which will
make all components within |