• Overview
@angular/router

Marks a resource as non-blocking. The Router will NOT wait for this resource to resolve before completing the navigation.

API

function nonBlocking<T, R extends Resource<T>>(res: R): R;
@paramresR
@returnsR
Jump to details