@angular/router

InitialNavigation

Type Alias

Allowed values in an ExtraOptions object that configure when the router performs the initial navigation operation.

type InitialNavigation = 'disabled' | 'enabledBlocking' | 'enabledNonBlocking'
Jump to details