refactor(ivy): undeprecate inject (#30132)

PR Close #30132
This commit is contained in:
Ben Lesh
2019-04-25 16:30:50 -07:00
committed by Andrew Kushnir
parent 71b8b355a6
commit b9f0720c95
2 changed files with 16 additions and 15 deletions

View File

@ -383,7 +383,6 @@ export interface HostListenerDecorator {
new (eventName: string, args?: string[]): any;
}
/** @deprecated */
export declare const inject: typeof ɵɵinject;
export interface Inject {