UNPKG

ngx-collapsible-sidebar

Version:

A simple sidenav that gives the functionality for the collapsed view of the sidebar.

7 lines (5 loc) 159 B
import {Directive} from '@angular/core'; @Directive({selector: '[ngxExpandedSidebarItem]'}) export class ExpandedSidebarItemDirective { constructor() { } }