UrlSerializer

Stable

Class

What it does

Serializes and deserializes a URL string into a URL tree.

Class Overview

class UrlSerializer {
parse(url: string) : UrlTree
serialize(tree: UrlTree) : string

}

Class Description

Class Details

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