15 Commits

Author SHA1 Message Date
17170f01da refactor(angular): removes Events service (#19600)
BREAKING CHANGES

The Events Service in @ionic/angular has been removed. 

- Use "Observables" for a similar pub/sub architecture: https://angular.io/guide/observables
- Use "Redux" for advanced state management: https://ngrx.io
2019-10-10 14:34:16 -04:00
e67f7e81f7 refactor(css): remove CSS util attributes (#18956)
BREAKING CHANGES

Removes all CSS utility attributes. Please use CSS classes instead. See the documentation for the correct class names: https://ionicframework.com/docs/layout/css-utilities
2019-10-10 14:34:16 -04:00
da5d3f0e04 refactor(): add warnings for deprecated CSS attributes 2019-08-28 13:53:21 +02:00
27a4709195 fix(angular): ViewChild() fix (#17037)
fixes #17034
2019-01-10 12:59:29 +01:00
44fb45e2bc perf(angular): bundle size improvements for angular (#16966) 2019-01-07 22:05:36 +01:00
4ba70f3a55 docs(): fix spelling 2018-05-16 15:04:13 -04:00
3bb661fa11 chore(angular): update angular tests to ng v6 and latest stencil 2018-05-16 11:40:28 -05:00
5899b0392d feat(router): dont reuse the component if the params are different
This matches v3 functionality
2018-04-11 23:59:04 +02:00
cece447092 fix(angular): module exports 2018-03-30 21:54:46 +02:00
726938f67c fix(angular): stack based navigation 2018-03-27 19:51:08 +02:00
862e5719c6 feat(nav): goBack directive 2018-03-27 14:55:31 +02:00
97f1158cbc refactor(angular): refactor ionic/angular modules 2018-03-26 16:33:40 -05:00
9a0755a268 fix(angular): modal and popover support 2018-03-13 20:53:17 +01:00
cc4fecc1be fix(angular): fix overlays 2018-03-13 19:21:26 +01:00
d37623a2ca chore(packages): move the packages to root 2018-03-12 16:02:25 -04:00