Daniel Leroux

Results 127 comments of Daniel Leroux

@kghandour I can not reproduce it on my side (angular 20). ``` import { Component, inject, signal } from '@angular/core'; import { RouterOutlet } from '@angular/router'; import { IxButton, ToastService...

> It's very common that frameworks (Angular) modify body class. > > For example I often end up ` > Breaks theme switching. Yep your right the css selector is...

Can you please add more insights to the topic e.g Browser version, Installed addons (browser addons e.g developer console addons) can create sometimes are strange behaviour. I tested your stackblitz...

There is no further insights yet, angular used the dist output from stencil which contains a lazy loading with the v3 branch and standalone angular components is not an issue...

@sire987 Using ngModule of iX will never be "directly" regarding rendering because it use lazy-bootstrapping. Only with angular standalone you will get a direct web component. Beside that to render...