Checkpoint

This commit is contained in:
Max Lynch
2017-02-08 17:14:25 -06:00
parent e3164c95df
commit 91a5b5bbfc
102 changed files with 134 additions and 7 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
import { Cordova, Plugin } from '@ionic-native/core';
import { Injectable } from '@angular/core';
export interface CameraOptions {
/** Picture quality in range 0-100. Default is 50 */
@@ -116,6 +116,7 @@ export interface CameraPopoverOptions {
repo: 'https://github.com/apache/cordova-plugin-camera',
platforms: ['Android', 'BlackBerry', 'Browser', 'Firefox', 'FireOS', 'iOS', 'Windows', 'Windows Phone 8', 'Ubuntu']
})
@Injectable()
export class Camera {
/**