()
| 18 | |
| 19 | /** Gets a unique ID that can be assigned to an LView. */ |
| 20 | export function getUniqueLViewId(): number { |
| 21 | return uniqueIdCounter++; |
| 22 | } |
| 23 | |
| 24 | /** Starts tracking an LView. */ |
| 25 | export function registerLView(lView: LView): void { |
no outgoing calls
no test coverage detected
searching dependent graphs…