Browse Source

chore: fix build error

pull/2824/head
mehmet-erim 6 years ago
parent
commit
a158463869
  1. 7
      npm/ng-packs/packages/theme-basic/src/lib/components/application-layout/application-layout.component.ts

7
npm/ng-packs/packages/theme-basic/src/lib/components/application-layout/application-layout.component.ts

@ -1,10 +1,10 @@
import {
ABP,
ApplicationConfiguration,
AuthService,
Config,
ConfigState,
eLayoutType,
GetAppConfiguration,
SessionState,
SetLanguage,
takeUntilDestroy,
@ -14,15 +14,11 @@ import {
AfterViewInit,
Component,
OnDestroy,
QueryList,
Renderer2,
TemplateRef,
TrackByFunction,
ViewChild,
ViewChildren,
ElementRef,
} from '@angular/core';
import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap';
import { Navigate, RouterState } from '@ngxs/router-plugin';
import { Select, Store } from '@ngxs/store';
import compare from 'just-compare';
@ -32,7 +28,6 @@ import snq from 'snq';
import { AddNavigationElement } from '../../actions';
import { Layout } from '../../models/layout';
import { LayoutState } from '../../states';
import { AuthService } from 'packages/core/src/lib/services/auth.service';
@Component({
selector: 'abp-layout-application',

Loading…
Cancel
Save