mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-18 14:22:35 +00:00
15 lines
285 B
TypeScript
15 lines
285 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector : 'fuse-carded-left-sidenav',
|
|
templateUrl: './left-sidenav.component.html',
|
|
styleUrls : ['./left-sidenav.component.scss']
|
|
})
|
|
export class FuseCardedLeftSidenavComponent
|
|
{
|
|
constructor()
|
|
{
|
|
}
|
|
|
|
}
|