Skip to content

Commit

Permalink
Fix angular event handling (#2)
Browse files Browse the repository at this point in the history
* wip: remove on from output variables

* remove on also on emit event

* wip on test

* add event child props

* add e2e test

* Event listener e2e test

* clean up

* add changeset
  • Loading branch information
bastiW authored Sep 26, 2024
1 parent ed2abd6 commit 2a3ca66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-ghosts-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@builder.io/mitosis': minor
---

Remove on prefix on angulare event emits to be aligned with Angular Style Rule 05-16: Don't Prefix Output Properties

0 comments on commit 2a3ca66

Please sign in to comment.