(tDetails: TDeferBlockDetails)
| 112 | |
| 113 | /** Retrieves the value of the `after` parameter on the @loading block. */ |
| 114 | export function getLoadingBlockAfter(tDetails: TDeferBlockDetails): number | null { |
| 115 | return tDetails.loadingBlockConfig?.[LOADING_AFTER_SLOT] ?? null; |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Adds downloaded dependencies into a directive or a pipe registry, |
no outgoing calls
no test coverage detected
searching dependent graphs…