createUrlTreeFromSnapshot
function
Creates a UrlTree
relative to an ActivatedRouteSnapshot
.
API
Usage Notes
function createUrlTreeFromSnapshot( relativeTo: ActivatedRouteSnapshot, commands: any[], queryParams?: Params | null, fragment?: string | null): UrlTree;
Jump to details