UrlHandlingStrategy
Class
Provides a way to migrate AngularJS applications to Angular.
API
abstract class UrlHandlingStrategy {}
shouldProcessUrl
boolean
Tells the router if this URL should be processed.
When it returns true, the router will execute the regular navigation. When it returns false, the router will set the router state to an empty state. As a result, all the active components will be destroyed.
@returns
boolean
extract
Jump to details