mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-12 20:48:51 +01:00
refactor(router): code style changes
This commit is contained in:
parent
f24546639c
commit
24de0070fa
15 changed files with 80 additions and 59 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import {Component, ElementRef, HostListener, ViewEncapsulation} from "@angular/core";
|
||||
import {Router} from "@angular/router";
|
||||
import {AppState} from "../../../app.state";
|
||||
import {layoutSizes} from "../../../theme";
|
||||
import {BaSlimScroll} from "../../../theme/directives";
|
||||
import {BaSidebarService} from "./baSidebar.service";
|
||||
import {Component, ElementRef, HostListener, ViewEncapsulation} from '@angular/core';
|
||||
import {Router} from '@angular/router';
|
||||
import {AppState} from '../../../app.state';
|
||||
import {layoutSizes} from '../../../theme';
|
||||
import {BaSlimScroll} from '../../../theme/directives';
|
||||
import {BaSidebarService} from './baSidebar.service';
|
||||
|
||||
@Component({
|
||||
selector: 'ba-sidebar',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue