UNPKG

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