UNPKG

abhi9-ionic-angular

Version:

A modified version with stripped down CSS of a powerful framework for building mobile and progressive web apps with JavaScript and Angular

10 lines (9 loc) 262 B
import { NavController } from './nav-controller'; export interface NavigationContainer { id: string; name: string; parent: NavController; getActiveChildNavs(): NavigationContainer[]; getType(): string; getSecondaryIdentifier(): string; }