UNPKG

@ionic-native/core

Version:

Ionic Native - Native plugins for ionic apps

7 lines (6 loc) 291 B
/** * Initialize the ionic.native Angular module if we're running in ng1. * This iterates through the list of registered plugins and dynamically * creates Angular 1 services of the form $cordovaSERVICE, ex: $cordovaStatusBar. */ export declare function initAngular1(plugins: any): void;