mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
9 lines
258 B
TypeScript
9 lines
258 B
TypeScript
/**
|
|
* Initialize the ngCordova Angular module if we're running in ng1
|
|
*/
|
|
export declare function initAngular1(): void;
|
|
/**
|
|
* Publish a new Angular 1 service for this plugin.
|
|
*/
|
|
export declare function publishAngular1Service(config: any, cls: any): void;
|