chore(nav): create nav-interfaces file

This commit is contained in:
Adam Bradley
2016-07-11 23:24:25 -05:00
parent 8c2f0b448c
commit cca3309f4c
17 changed files with 73 additions and 81 deletions

View File

@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';
import { App } from '../app/app';
import { isPresent } from '../../util/util';
import { NavOptions } from '../nav/nav-options';
import { NavOptions } from '../nav/nav-interfaces';
import { PopoverCmp } from './popover-component';
import { PopoverOptions } from './popover-options';
import { ViewController } from '../nav/view-controller';