docs(sms-retriever): update example (#4103)
Update URL import { SmsRetriever } from '@awesome-cordova-plugins/sms-retriever/ngx';
This commit is contained in:
parent
4a43c143fe
commit
32c65efe10
@ -7,7 +7,7 @@ import { Cordova, AwesomeCordovaNativePlugin, Plugin } from '@awesome-cordova-pl
|
|||||||
* This plugin retrives the SMS which arrive without requiring READ permissions.
|
* This plugin retrives the SMS which arrive without requiring READ permissions.
|
||||||
* @usage
|
* @usage
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* import { SmsRetriever } from '@awesome-cordova-plugins/sms-retriever';
|
* import { SmsRetriever } from '@awesome-cordova-plugins/sms-retriever/ngx';
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* constructor(private smsRetriever: SmsRetriever) { }
|
* constructor(private smsRetriever: SmsRetriever) { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user