Sebastian Weiß

Results 23 comments of Sebastian Weiß

@nmerget Thanks a lot for your feedback. I have some more questions: 1. I now copy pasted the code from the [packages/core/src/helpers/strip-state-and-props-refs.ts](https://github.com/BuilderIO/mitosis/pull/1565/files#diff-938da9e8c356cb3df3840ddd6dee3b2224739f697572e72eec2085b0f9bf2ed6) to the pipe transform inside [packages/core/src/generators/angular/index.ts](https://github.com/BuilderIO/mitosis/pull/1565/files#diff-9ad88ca883760bd275260d6d15f58dfc5093ab14135e005829fb8a1c351deff3) and removed...

1) I would need a hint from @samijaber how to do that. Or we do that with a later PR. 2) IDE tells it is `onConfirm=` instead of `onConfirm$=`

@nmerget but the onEvent is part of When I read the comment of component.hooks.onEvent I see the following comments: ``` import { onEvent } from '@builder.io/mitosis'; Adds an event listener...