We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f767b7d commit bcd88aeCopy full SHA for bcd88ae
.gitignore
@@ -32,3 +32,4 @@ config.json
32
dist/
33
aot/
34
angular2-webpack-starter/
35
+testionic/
src/wp-api-angular.ts
@@ -30,6 +30,8 @@ export { WpApiStatuses } from './Statuses';
30
export { WpApiTerms } from './Terms';
31
export { WpApiCustom } from './Custom';
+export { WpApiApp, WpApiConfig } from './tokens';
+
export interface WpApiAppConfig {
36
baseUrl: string;
37
namespace?: string;
0 commit comments