Younes Jaaidi
Younes Jaaidi
While the current implementation only works with Versatile Angular Style. Using this angular vite plugin might help supporting most use cases. https://github.com/analogjs/analog/tree/main/packages/vite-plugin-angular
I also opened an issue to merge efforts. https://github.com/microsoft/playwright/issues/19380
Hi @sand4rt, I was off for a while and catching up now. As mentioned by @edbzn, we were ok with merging efforts in Playwright, not another library. In addition to...
Hey! Sorry everyone for catching up so late. I just had a quick chat with @sand4rt, and we definitely have to provide official Angular support. @sand4rt would you be willing...
@pavelfeldman @mxschmitt can we go ahead and open a PR?
> I think official Vite support is coming to Angular 17 next month. Yes @Tallyb! Actually, you can already opt-in to vite since v16 by replacing `@angular-devkit/build-angular:browser` with `@angular-devkit/build-angular:browser-esbuild` That...
No rush. It's coming. Cf. https://angular.io/guide/roadmap#simplified-angular-mental-model-with-optional-ngmodules
> What's out plan here, is it ready to land? Hey @pavelfeldman! I just shared my feedback with @sand4rt. Once we agree on that and fix what can be fixed,...
I just noticed that the tests themselves are using Angular 15. Should we create a different folder for Angular 16 & Angular 17 and that would require lots of duplication?...
Hey @sand4rt, I just created a `create-playwright` PR https://github.com/microsoft/create-playwright/pull/106 to move the Angular vite plugin config to "user-land". This way, we can update the todo list as this: - [...