Parsa Arvaneh
Parsa Arvaneh
> 用Github build, 会产生 Error: NG05105: Unexpected synthetic property @.disabled found. Please make sure that: - Either `BrowserAnimationsModule` or `NoopAnimationsModule` are imported in your application. - There is corresponding configuration...
Could someone who is using Angular version 16 or 17 verify if this warning persists? I have tested the op's stackblitz in my local project with version 17 and I...
> > ```ts > > export const appConfig: ApplicationConfig = { > > providers: [ > > provideRouter(routes), > > provideAnimations() > > ] > > }; > > ```...
Just out of curiosity, won't it have any effect on maintaining older version? Does ng-zorro even continue to support it's older versions?
> > Just out of curiosity, won't it have any effect on maintaining older version? Does ng-zorro even continue to support it's older versions? > > I don’t totally understand,...
> > > > Just out of curiosity, won't it have any effect on maintaining older version? Does ng-zorro even continue to support it's older versions? > > > >...
More about the ng-zorro support, as mentioned [here](https://github.com/NG-ZORRO/ng-zorro-antd/pull/8279#issuecomment-1840196555) a lot of future changes may depend on knowing the answer to as how many prior released versions should be maintained. If...
Would you mind if I join you on these tasks? @Nicoss54
Hi, I hope this message finds you well. This was actually a known bug fixed in PR #8146. What it the policy of ng-zorro when it comes to maintaining older...
Thanks for the tips :) I follow this procedure to ensure that no unnecessary module is imported: • I remove all imports in `.module` file • I add the standalone...