mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
refactor(lib): run prettier
This commit is contained in:
@@ -57,10 +57,10 @@ export interface PDFGeneratorOptions {
|
||||
plugin: 'cordova-pdf-generator',
|
||||
pluginRef: 'cordova.plugins.pdf',
|
||||
repo: 'https://github.com/cesarvr/pdf-generator',
|
||||
platforms: ['Android', 'iOS']
|
||||
platforms: ['Android', 'iOS'],
|
||||
})
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
providedIn: 'root',
|
||||
})
|
||||
export class PDFGenerator extends IonicNativePlugin {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user