Ruslan Lekhman

Results 28 comments of Ruslan Lekhman

Just to keep you updated, I've reached out to the Angular CLI team to gather more information on possible solutions. You can follow the discussion here: angular/angular-cli/issues/28600. Hopefully, this will...

Hi @jonas-stg, You're right that in compare to esbuild, webpack (which is, unfortunately, the only supported by ngx-pug-builders yet) is slow. I’ve looked into adding esbuild support, but I’ve encountered...

Hi @brandonroberts, Thanks for your input, much appreciated! I actually considered that approach and tried to inject into the template loading logic. However, it seems that the `AdapterResourceLoader`, which is...

Another, please consider /angular/angular-cli/issues/28600

Hi @clydin, I understand that integrating and supporting pug files isn't part of the Angular team's current plans, but a significant number of developers still use Pug in their projects....

Hey @tsopeh, based on the [API Reference](https://angular.dev/api/aria/menu/Menu#:~:text=%3A%20any%3B-,onSelect,-%3A%20any%3B) we have to use `onSelect` instead of `selectChange` (like it is currently in your StackBlitz example).

Hey @arpansac, Yes, I’ve tested it locally by running `npx nx run commudle-admin:serve` and everything seems to be working fine.

@arpansac, I get your point about removing extra wrapper elements, but those extra tags might be intentional - for styling, layout or structural directives that rely on proper DOM hierarchy....