ng1.d.ts 312 B

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