mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs(): add ngx import path
This commit is contained in:
@@ -26,7 +26,7 @@ export interface HttpdOptions {
|
||||
* Embedded httpd for Cordova apps. Light weight HTTP server.
|
||||
* @usage
|
||||
* ```typescript
|
||||
* import { Httpd, HttpdOptions } from '@ionic-native/httpd';
|
||||
* import { Httpd, HttpdOptions } from '@ionic-native/httpd/ngx';
|
||||
*
|
||||
* constructor(private httpd: Httpd) { }
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user