Jannik Mewes

Results 39 comments of Jannik Mewes

@ahnpnl - over at angular repo, crisbeto says it would be ok to revert to use `updateClassDeclaration` as it seems the change to `createClassDecoration` was done without any particular reason....

Alright, crisbeto just freed up the way to make it work with ng15 compiler. Details: https://github.com/angular/angular/commit/33f35b04ef0f32f25624a6be59f8635675e3e131 So with the next ng minor release @ahnpnl should be able to make it...

@ahnpnl - angular devs created a [preview release (15.1.0-rc.0)](https://github.com/angular/angular/releases/tag/15.1.0-rc.0) which includes the mentioned fix just before the weekend. Can you release a preview too based on the [email protected]? Then we...

> @jbjhjm I tested this in angular 15.1 but its still not working Thanks for the report but I'm only trying to manage communication between the devs... There's no new...

Was going to look into this again and open a PR. But I found that it is working fine again, at least with angular 15. So it was fixed in...

If I understand you correctly, the live playing is already possible. Set a note for each of the 16 steps, and then while in note mode, pressing a key will...

@pleerock I know you are working on other stuff, but if you can spare a moment, I need your input on this, Trying to collect solid information for improving the...

@nikelborm yeah ManyToMany relations are a beast. Rule of the thumb for it: Only rely on default implementation if you have basic requirements. As soon as you need any custom...

Very likely related to https://github.com/thymikee/jest-preset-angular/issues/1199 typescript 4.8 currently is a problem. In your case, ng14 can be used with ts 4.7. Downgrade and you should be fine for the moment.