mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feature(platform): implement a web component that provides access to a small subset of platform information
This commit is contained in:
@@ -27,6 +27,7 @@ import { Events } from './providers/events';
|
||||
import { LoadingController } from './providers/loading-controller';
|
||||
import { MenuController } from './providers/menu-controller';
|
||||
import { ModalController } from './providers/modal-controller';
|
||||
import { Platform } from './providers/platform';
|
||||
import { PopoverController } from './providers/popover-controller';
|
||||
import { ToastController } from './providers/toast-controller';
|
||||
|
||||
@@ -76,6 +77,7 @@ export class IonicAngularModule {
|
||||
LoadingController,
|
||||
MenuController,
|
||||
ModalController,
|
||||
Platform,
|
||||
PopoverController,
|
||||
ToastController
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user