UrlHandlingStrategy

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