(lContainer: LContainer)
| 656 | } |
| 657 | |
| 658 | function getOrCreateViewRefs(lContainer: LContainer): ViewRef[] { |
| 659 | return (lContainer[VIEW_REFS] || (lContainer[VIEW_REFS] = [])) as ViewRef[]; |
| 660 | } |
| 661 | |
| 662 | /** |
| 663 | * Creates a ViewContainerRef and stores it on the injector. |
no outgoing calls
no test coverage detected