mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
style(): fix angular style (#434)
This commit is contained in:
parent
560e5ce7bb
commit
9a2ea25308
@ -1,4 +1,4 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Plugin, Cordova } from './plugin';
|
||||||
/**
|
/**
|
||||||
* @name NativeAudio
|
* @name NativeAudio
|
||||||
* @description Native Audio Playback
|
* @description Native Audio Playback
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Plugin, Cordova } from './plugin';
|
||||||
import {Observable} from 'rxjs/Observable';
|
import { Observable } from 'rxjs/Observable';
|
||||||
/**
|
/**
|
||||||
* @name Shake
|
* @name Shake
|
||||||
* @description Handles shake gesture
|
* @description Handles shake gesture
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Plugin, Cordova } from './plugin';
|
||||||
|
|
||||||
export interface TTSOptions {
|
export interface TTSOptions {
|
||||||
/** text to speak */
|
/** text to speak */
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Plugin, Cordova } from './plugin';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Zip
|
* @name Zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user