projects/m2-core/src/lib/shared/directives/sdi-inner-html.directive.ts
| Selector | [sdi-inner-html] |
Properties |
Inputs |
HostBindings |
Accessors |
| sdi-inner-html |
Type : string
|
| showTitle |
Type : boolean
|
Default value : true
|
| innerHTML |
Type : string
|
| title |
Type : string
|
| _innerHTML |
Type : string
|
Decorators :
@HostBinding('innerHTML')
|
| title |
Type : string
|
Decorators :
@HostBinding('title')
|
| innerHTML | ||||||
setinnerHTML(value: string)
|
||||||
|
Parameters :
Returns :
void
|