Valentin Moser

Results 19 comments of Valentin Moser

If you are using angular 14, ivy is already the default, no need to add "enabeIvy" in compiler options. Also, ngcc will convert this module to ivy and this works...

It would also be more aligned with React, as React supports this by default: https://github.com/iconify/iconify/tree/master/packages/react

@cyberalien I see what you did there. there is a lot to be shared here. It would also mean quite a bit of refactoring instead of an easy small change...

@SimenB can you clarify: is this something rxjs needs to change or is there a config change a project can do to mitigate this?

i marked all repos i am unsure if it is a good idea to add them to a monorepo with ? input welcome. also, as angular projects use it quite...

hi @christopherthielen, ad 2) basically, nx uses one main package.json where all dependencies live in - so angular version would be the same for all projects, react version would be...

true, the toolchain is maybe a bit of a headache here. I will mark the lerna solution as preferred

I second this proposition to drop older versions and make a new major version whenever the supported angular major version changes. I also find the proposed synced version number intuitive...

It would probably also mean, that angular-hybrid, angular, the sample apps and maybe others i forgot to mention would be moving along with the version bumps while core, angularjs and...

As the Monorepo is quite some work which need further planning before jumping in, I started an issue with general informations and current ideas / decisions flying around in other...