refactor: move isDevMode import

pull/8402/head
bnymncoskuner 5 years ago
parent 297e5ad5c9
commit ca74403b31

@ -1,4 +1,3 @@
import { isDevMode } from '@angular/core';
import { SubscriptionService } from '@abp/ng.core';
import {
Component,
@ -12,6 +11,7 @@ import {
Output,
TemplateRef,
ViewChild,
isDevMode,
} from '@angular/core';
import { NgbModal, NgbModalOptions, NgbModalRef } from '@ng-bootstrap/ng-bootstrap';
import { fromEvent, Subject } from 'rxjs';

Loading…
Cancel
Save