mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-28 11:03:10 +00:00
10 lines
284 B
TypeScript
Executable File
10 lines
284 B
TypeScript
Executable File
import {Component} from '@angular/core';
|
|
|
|
/** @title Drawer with explicit backdrop setting */
|
|
@Component({
|
|
selector: 'sidenav-backdrop-example',
|
|
templateUrl: 'sidenav-backdrop-example.html',
|
|
styleUrls: ['sidenav-backdrop-example.css'],
|
|
})
|
|
export class SidenavBackdropExample {}
|