chore(lint): enable duplicateModuleImport tslint check

This commit is contained in:
Alex Eagle
2016-05-26 15:07:51 -07:00
parent 5f999225ba
commit 2019050db2
20 changed files with 46 additions and 57 deletions

View File

@ -1,8 +1,7 @@
import {Injectable, ViewMetadata, Type, BaseException} from '@angular/core';
import {Injectable, ViewMetadata, Type, BaseException, AnimationEntryMetadata, resolveForwardRef} from '@angular/core';
import {ViewResolver} from '../index';
import {Map} from '../src/facade/collection';
import {isPresent, stringify, isBlank, isArray} from '../src/facade/lang';
import {AnimationEntryMetadata, resolveForwardRef} from '@angular/core';
@Injectable()
export class MockViewResolver extends ViewResolver {