SiAutoCollapsableListAdditionalContentDirective documentation¶
selector
[siAutoCollapsableListAdditionalContent]
Attributes and Methods¶
Name | Type | Default | Description |
---|---|---|---|
size$ ¶ | Observable <number > | this.resizeObserverService .observe(this.elementRef.nativeElement, 0, true, true) .pipe( map(size => size.width), distinctUntilChanged(), shareReplay(1) ) | Emits on element width changes. |
Types Documentation¶
No types to document for items on this page.
Except where otherwise noted, content on this site is licensed under MIT License.