feature(platform): implement a web component that provides access to a small subset of platform information

This commit is contained in:
Dan Bucholtz
2018-02-19 14:19:42 -06:00
committed by GitHub
parent 8956708f06
commit 6c1056b9cb
18 changed files with 740 additions and 25 deletions

View File

@@ -24,6 +24,7 @@ export { MenuController } from './providers/menu-controller';
export { ModalController, ModalProxy } from './providers/modal-controller';
export { NavController } from './providers/nav-controller';
export { NavParams } from './providers/nav-params';
export { Platform } from './providers/platform';
export { PopoverController, PopoverProxy } from './providers/popover-controller';
export { ToastController, ToastProxy } from './providers/toast-controller';