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

@ -5,7 +5,7 @@ import { Config } from '../../config/config';
import { isPresent } from '../../util/util';
import { LoadingCmp } from './loading-component';
import { LoadingOptions } from './loading-options';
import { NavOptions } from '../nav/nav-options';
import { NavOptions } from '../nav/nav-interfaces';
import { ViewController} from '../nav/view-controller';
/**