core/bottom-drawer/bottom-drawer.component.ts
selector | c8y-bottom-drawer |
standalone | true |
imports |
CommonModule
|
templateUrl | ./bottom-drawer.component.html |
Properties |
Methods |
Accessors |
hide |
hide()
|
Returns :
void
|
drawerHost |
Type : ViewContainerRef
|
Decorators :
@ViewChild('drawerHost', {read: ViewContainerRef})
|
drawerOpen$ |
getdrawerOpen$()
|
<div [ngClass]="{ drawerOpen: drawerOpen$ | async }">
<div class="bottom-drawer">
<div class="d-flex d-col no-align-items fit-h">
<ng-template #drawerHost></ng-template>
</div>
</div>
</div>