File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
modules/angular2/src/core Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ export class DebugNode {
3838
3939 get source ( ) : string { return isPresent ( this . _debugInfo ) ? this . _debugInfo . source : null ; }
4040
41- /**
42- * Use injector.get(token) instead.
43- *
44- * @deprecated
45- */
4641 inject ( token : any ) : any { return this . injector . get ( token ) ; }
4742}
4843
Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ import {ComponentRef} from './component_factory';
1010import { ViewContainerRef } from './view_container_ref' ;
1111
1212/**
13- * Use ComponentResolver and ViewContainerRef directly.
14- *
15- * @deprecated
13+ * Service for instantiating a Component and attaching it to a View at a specified location.
1614 */
1715export abstract class DynamicComponentLoader {
1816 /**
You can’t perform that action at this time.
0 commit comments