import { Component, OnInit } from '@angular/core'; @Component({ selector: 'pui-sidenav', templateUrl: 'sidenav.html' }) export class PuiSideNav implements OnInit { constructor() { } ngOnInit() { } }