From 66fcaa7a63e30a0f17f0a4ab74a1889bf4307c90 Mon Sep 17 00:00:00 2001 From: Justin Willis Date: Fri, 3 Mar 2017 09:14:22 -0600 Subject: [PATCH] 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 --- package.json | 22 +++++++++++----------- src/index.ts | 4 ++++ 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 9445473d42..1369bdecda 100644 --- a/package.json +++ b/package.json @@ -25,18 +25,18 @@ "link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link" }, "dependencies": { - "@angular/common": "2.2.1", - "@angular/compiler": "2.2.1", - "@angular/compiler-cli": "2.2.1", - "@angular/core": "2.2.1", - "@angular/forms": "2.2.1", - "@angular/http": "2.2.1", - "@angular/platform-browser": "2.2.1", - "@angular/platform-browser-dynamic": "2.2.1", - "@angular/platform-server": "2.2.1", + "@angular/common": "2.4.8", + "@angular/compiler": "2.4.8", + "@angular/compiler-cli": "2.4.8", + "@angular/core": "2.4.8", + "@angular/forms": "2.4.8", + "@angular/http": "2.4.8", + "@angular/platform-browser": "2.4.8", + "@angular/platform-browser-dynamic": "2.4.8", + "@angular/platform-server": "2.4.8", "ionicons": "~3.0.0", - "rxjs": "5.0.0-beta.12", - "zone.js": "~0.6.26" + "rxjs": "5.0.1", + "zone.js": "0.7.2" }, "devDependencies": { "@ionic/app-scripts": "1.1.3", diff --git a/src/index.ts b/src/index.ts index b3464dacbb..09b16f774a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -259,6 +259,10 @@ export { reorderArray } from './util/util'; export { Animation, AnimationOptions, EffectProperty, EffectState, PlayOptions } from './animations/animation'; export { PageTransition } from './transitions/page-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';