12345678 |
- /**
- * 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.
- *
- * @param plugins
- */
- export declare function initAngular1(plugins: any): void;
|