UNPKG

nativescript-angular

Version:

An Angular renderer that lets you build mobile apps with NativeScript.

4 lines (3 loc) 236 B
import { UrlTree, UrlSegment } from "@angular/router"; export declare function containsTree(container: UrlTree, containee: UrlTree, exact: boolean): boolean; export declare function equalPath(a: UrlSegment[], b: UrlSegment[]): boolean;