We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a12590 commit 1268926Copy full SHA for 1268926
README.md
@@ -36,7 +36,7 @@ An exported function instead `WpApiLoaderFactory` is mandatory to be used with [
36
```js
37
import { Http } from '@angular/http';
38
import {
39
- WpApiModule
+ WpApiModule,
40
WpApiLoader,
41
WpApiStaticLoader
42
} from 'wp-api-angular'
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wp-api-angular",
3
- "version": "3.0.0-beta6",
+ "version": "3.0.0-beta7",
4
"description": "WordPress WP-API v2 client for Angular2",
5
"main": "wp-api-angular.js",
6
"typings": "wp-api-angular.d.ts",
0 commit comments