mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
chore(angular): update to 2.4.8 (#10592)
* chore(angular): update to 2.4.8 * chore(index): export extra utils that we import and use
This commit is contained in:

committed by
Brandy Carney

parent
fdd50ba47c
commit
66fcaa7a63
22
package.json
22
package.json
@ -25,18 +25,18 @@
|
|||||||
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
|
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "2.2.1",
|
"@angular/common": "2.4.8",
|
||||||
"@angular/compiler": "2.2.1",
|
"@angular/compiler": "2.4.8",
|
||||||
"@angular/compiler-cli": "2.2.1",
|
"@angular/compiler-cli": "2.4.8",
|
||||||
"@angular/core": "2.2.1",
|
"@angular/core": "2.4.8",
|
||||||
"@angular/forms": "2.2.1",
|
"@angular/forms": "2.4.8",
|
||||||
"@angular/http": "2.2.1",
|
"@angular/http": "2.4.8",
|
||||||
"@angular/platform-browser": "2.2.1",
|
"@angular/platform-browser": "2.4.8",
|
||||||
"@angular/platform-browser-dynamic": "2.2.1",
|
"@angular/platform-browser-dynamic": "2.4.8",
|
||||||
"@angular/platform-server": "2.2.1",
|
"@angular/platform-server": "2.4.8",
|
||||||
"ionicons": "~3.0.0",
|
"ionicons": "~3.0.0",
|
||||||
"rxjs": "5.0.0-beta.12",
|
"rxjs": "5.0.1",
|
||||||
"zone.js": "~0.6.26"
|
"zone.js": "0.7.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ionic/app-scripts": "1.1.3",
|
"@ionic/app-scripts": "1.1.3",
|
||||||
|
@ -259,6 +259,10 @@ export { reorderArray } from './util/util';
|
|||||||
export { Animation, AnimationOptions, EffectProperty, EffectState, PlayOptions } from './animations/animation';
|
export { Animation, AnimationOptions, EffectProperty, EffectState, PlayOptions } from './animations/animation';
|
||||||
export { PageTransition } from './transitions/page-transition';
|
export { PageTransition } from './transitions/page-transition';
|
||||||
export { Transition } from './transitions/transition';
|
export { Transition } from './transitions/transition';
|
||||||
|
export { PlatformConfigToken } from './platform/platform-registry';
|
||||||
|
export { registerModeConfigs } from './config/mode-registry';
|
||||||
|
export { registerTransitions } from './transitions/transition-registry';
|
||||||
|
export { IonicGestureConfig } from './gestures/gesture-config';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user