refactor(action-sheet): update action-sheet api to use element instead of instance

* refactor(action-sheet): update action-sheet api to use element instead of instance

* chore(dependencies): update angular to next
This commit is contained in:
Dan Bucholtz
2017-11-29 10:19:01 -06:00
committed by GitHub
parent aff9b516ac
commit 9a88f1f6ae
10 changed files with 1260 additions and 1754 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,15 +12,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@angular/animations": "next",
"@angular/common": "next",
"@angular/compiler": "next",
"@angular/core": "next",
"@angular/forms": "next",
"@angular/http": "next",
"@angular/platform-browser": "next",
"@angular/platform-browser-dynamic": "next",
"@angular/router": "next",
"@ionic/angular": "next",
"@ionic/core": "next",
"core-js": "^2.4.1",
@ -29,8 +29,8 @@
},
"devDependencies": {
"@angular/cli": "1.5.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^5.0.0",
"@angular/compiler-cli": "next",
"@angular/language-service": "next",
"@stencil/core": "0.0.7",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",