Skip to content

Commit 5830c89

Browse files
committed
refactor(sidebar-nav): imports rearrange
1 parent 7ab31a7 commit 5830c89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

projects/coreui-angular/src/lib/sidebar/sidebar-nav/sidebar-nav.component.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ import {
1111
SimpleChanges,
1212
ViewChild
1313
} from '@angular/core';
14+
import { animate, AnimationEvent, state, style, transition, trigger } from '@angular/animations';
1415
import { NavigationEnd, Router } from '@angular/router';
16+
import { Observable, Subscription } from 'rxjs';
17+
import { filter } from 'rxjs/operators';
1518

16-
import { INavData } from './sidebar-nav';
17-
import { SidebarNavHelper } from './sidebar-nav.service';
1819
import { SidebarService } from '../sidebar.service';
1920
import { SidebarComponent } from '../sidebar/sidebar.component';
20-
import { Observable, Subscription } from 'rxjs';
21-
import { filter } from 'rxjs/operators';
22-
import { animate, AnimationEvent, state, style, transition, trigger } from '@angular/animations';
21+
import { INavData } from './sidebar-nav';
22+
import { SidebarNavHelper } from './sidebar-nav.service';
2323
import { SidebarNavGroupService } from './sidebar-nav-group.service';
2424

2525
@Component({

0 commit comments

Comments
 (0)