mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
docs(useragent): changed source (#1658)
This commit is contained in:
parent
d60c0800e7
commit
0805d7754e
@ -34,9 +34,9 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'UserAgent',
|
pluginName: 'UserAgent',
|
||||||
plugin: 'https://github.com/LouisT/cordova-useragent.git',
|
plugin: 'cordova-plugin-useragent',
|
||||||
pluginRef: 'plugins.useragent',
|
pluginRef: 'plugins.useragent',
|
||||||
repo: 'https://github.com/LouisT/cordova-useragent',
|
repo: 'https://github.com/danielsogl/cordova-plugin-useragent',
|
||||||
platforms: ['Android', 'iOS']
|
platforms: ['Android', 'iOS']
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
|
Loading…
Reference in New Issue
Block a user