(lContainer: LContainer)
| 633 | } |
| 634 | |
| 635 | function getOrCreateViewRefs(lContainer: LContainer): ViewRef[] { |
| 636 | return (lContainer[VIEW_REFS] || (lContainer[VIEW_REFS] = [])) as ViewRef[]; |
| 637 | } |
| 638 | |
| 639 | /** |
| 640 | * Creates a ViewContainerRef and stores it on the injector. |
no outgoing calls
no test coverage detected
searching dependent graphs…