23 Commits

Author SHA1 Message Date
a5b3750ee2 fix(angular): expose createAnimation in addition to AnimationController (#21616)
closes #21615
2020-06-23 16:23:22 -04:00
53fc8e37c8 feat(angular): strongly type Ionic lifecycle hooks (#18044)
closes #18043
2020-05-27 16:42:34 -04:00
4af54a2fea feat(angular): expose getPlatforms and isPlatform (#21308) 2020-05-22 10:27:03 -04:00
fa9ddc91bc feat(all): add ability to eject from Ionic sanitizer (#20457)
resolves #18277
2020-04-27 16:03:39 -04:00
f340cb64c8 chore(): properly export ionic page transition functions (#20860) 2020-03-25 11:43:02 -04:00
5049d19917 fix(angular): export Animation and Gesture related types (#20766) 2020-03-12 14:56:36 -04:00
48a766246d feat(angular): expose Ionic Gestures via GestureController (#19864)
* expose gestures thru angular

* run linter
2019-11-08 10:35:52 -05:00
67a7e232b9 feat(angular): Expose Ionic Animations via the AnimationController (#19745)
* Add animation controller for angular

* remove empty constructor

* sync with master
2019-10-29 16:14:26 -04:00
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