chore: enable cyclic dependency check

Closes #9742
This commit is contained in:
Tobias Bosch
2016-06-30 13:34:32 -07:00
parent 2d73583253
commit ad9f02a73e
3 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import {CompileIdentifierMetadata} from '../compile_metadata';
import {StringMapWrapper} from '../facade/collection';
import {BaseException} from '../facade/exceptions';