UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular

15 lines (14 loc) 403 B
import { AfterContentInit } from '@angular/core'; import { DeepLinker } from '../../navigation/deep-linker'; import { NavPush } from './nav-push'; /** * @hidden */ export declare class NavPushAnchor implements AfterContentInit { host: NavPush; linker: DeepLinker; _href: string; constructor(host: NavPush, linker: DeepLinker); updateHref(): void; ngAfterContentInit(): void; }