chore(di): moved tests to typescript
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {Type} from 'angular2/src/facade/lang';
|
||||
|
||||
export interface ForwardRefFn { (): Type; }
|
||||
export interface ForwardRefFn { (): any; }
|
||||
|
||||
/**
|
||||
* Allows to refer to references which are not yet defined.
|
||||
|
Reference in New Issue
Block a user