Skip to content

Commit bcd88ae

Browse files
committed
export missing tokens to fix aot in ionic cli
1 parent f767b7d commit bcd88ae

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ config.json
3232
dist/
3333
aot/
3434
angular2-webpack-starter/
35+
testionic/

src/wp-api-angular.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export { WpApiStatuses } from './Statuses';
3030
export { WpApiTerms } from './Terms';
3131
export { WpApiCustom } from './Custom';
3232

33+
export { WpApiApp, WpApiConfig } from './tokens';
34+
3335
export interface WpApiAppConfig {
3436
baseUrl: string;
3537
namespace?: string;

0 commit comments

Comments
 (0)