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

@ -4,7 +4,7 @@ import { ActionSheetCmp } from './action-sheet-component';
import { ActionSheetOptions } from './action-sheet-options';
import { App } from '../app/app';
import { isPresent } from '../../util/util';
import { NavOptions } from '../nav/nav-options';
import { NavOptions } from '../nav/nav-interfaces';
import { ViewController } from '../nav/view-controller';
/**