File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- Fri Apr 29 08:39:29 UTC 2016
2- cacdead96dcfbb80dff899b5f5143b7c28c4d6dd
1+ Fri Apr 29 08:50:27 UTC 2016
2+ a0b5964a63ab3680703adc336aab196444e9a43d
Original file line number Diff line number Diff line change @@ -50,6 +50,11 @@ class DebugNode {
5050 return isPresent (this ._debugInfo) ? this ._debugInfo.source : null ;
5151 }
5252
53+ /**
54+ * Use injector.get(token) instead.
55+ *
56+ *
57+ */
5358 dynamic inject (dynamic token) {
5459 return this .injector.get (token);
5560 }
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ import "component_factory.dart" show ComponentRef;
1010import "view_container_ref.dart" show ViewContainerRef;
1111
1212/**
13- * Service for instantiating a Component and attaching it to a View at a specified location.
13+ * Use ComponentResolver and ViewContainerRef directly.
14+ *
15+ *
1416 */
1517abstract class DynamicComponentLoader {
1618 /**
You can’t perform that action at this time.
0 commit comments