refactor(ViewController): remove need for viewType property

This commit is contained in:
Adam Bradley
2016-06-16 15:26:16 -05:00
parent d13fa4e2cf
commit e5d79d28c0
10 changed files with 16 additions and 41 deletions

View File

@ -21,6 +21,7 @@ export * from './util/keyboard';
export * from './util/form';
export * from './animations/animation';
export * from './transitions/page-transition';
export * from './transitions/transition';
export * from './translation/translate';