core/bottom-drawer/bottom-drawer.service.ts
Allows to open a component in a bottom drawer.
Methods |
constructor(applicationRef: ApplicationRef, router: Router)
|
|||||||||
Parameters :
|
openDrawer | ||||||||||||
openDrawer(component: Type
|
||||||||||||
Type parameters :
|
||||||||||||
Opens the provided component in a bottom drawer.
Parameters :
Returns :
BottomDrawerRef<C>
A reference to the bottom drawer. |