Update to new structure
This commit is contained in:
11
src/app/layout/app.sidebar.component.ts
Normal file
11
src/app/layout/app.sidebar.component.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component, ElementRef } from '@angular/core';
|
||||
import { LayoutService } from "./service/app.layout.service";
|
||||
|
||||
@Component({
|
||||
selector: 'app-sidebar',
|
||||
templateUrl: './app.sidebar.component.html'
|
||||
})
|
||||
export class AppSidebarComponent {
|
||||
constructor(public layoutService: LayoutService, public el: ElementRef) { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user