UrlHandlingStrategy

Experimental

Class

What it does

Provides a way to migrate Angular 1 applications to Angular 2.

Class Overview

class UrlHandlingStrategy {
shouldProcessUrl(url: UrlTree) : boolean
extract(url: UrlTree) : UrlTree
merge(newUrlPart: UrlTree, rawUrl: UrlTree) : UrlTree

}

Class Description

Class Details

exported from @angular/router/index, defined in @angular/router/src/url_handling_strategy.ts