File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,4 @@ config.json
3232dist /
3333aot /
3434angular2-webpack-starter /
35+ testionic /
Original file line number Diff line number Diff line change 1+ <a name="3.0.0-beta56></a >
2+ ### 3.0.0-beta6 (2017-02-01)
3+
4+ export missing tokens to fix aot in ionic cli
5+
16<a name =" 3.0.0-beta5 " ></a >
27### 3.0.0-beta5 (2017-02-01)
38
Original file line number Diff line number Diff line change 11{
22 "name" : " wp-api-angular" ,
3- "version" : " 3.0.0-beta5 " ,
3+ "version" : " 3.0.0-beta6 " ,
44 "description" : " WordPress WP-API v2 client for Angular2" ,
55 "main" : " wp-api-angular.js" ,
66 "typings" : " wp-api-angular.d.ts" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ export { WpApiStatuses } from './Statuses';
3030export { WpApiTerms } from './Terms' ;
3131export { WpApiCustom } from './Custom' ;
3232
33+ export { WpApiApp , WpApiConfig } from './tokens' ;
34+
3335export interface WpApiAppConfig {
3436 baseUrl : string ;
3537 namespace ?: string ;
You can’t perform that action at this time.
0 commit comments