[ADF-4997] no-duplicate-imports rule (#5256)

* no-duplicate-imports rule

* no-duplicate-imports rule
This commit is contained in:
Denys Vuika
2019-11-15 13:38:01 +00:00
committed by GitHub
parent a1169de915
commit 3dd43ce9b5
149 changed files with 336 additions and 578 deletions

View File

@@ -19,9 +19,8 @@ import {
Component, EventEmitter, Input, OnChanges,
Output, SimpleChanges, OnDestroy
} from '@angular/core';
import { Observable, of, forkJoin, Subject } from 'rxjs';
import { Observable, of, forkJoin, Subject, Subscription } from 'rxjs';
import { switchMap, takeUntil, map } from 'rxjs/operators';
import { Subscription } from 'rxjs';
import {
FormBaseComponent,
FormFieldModel,