Mahdi Saeidi

Results 20 comments of Mahdi Saeidi

I have reviewed the documentation thoroughly, and I noticed that the issue I am encountering is also present in the main demo of the library. I’ve added a comment highlighting...

The current method is inefficient as it requires repetition in each lazy-loaded module. Is this a known issue? Do you have any plans to address it? @shaharkazaz

> My bad, the issue is resolved for me > > The issue was that the TranslocoService was provided in the lazy component I have demonstrated this issue in the...

Some provinces were missing and have now been added to the postal code ranges.

Add postal code validation function and usage instructions in README.md @ali-master

Thanks for the feedback. All issues are fixed in the latest commit. @ali-master

I applied this approach to preload the general application language file. ``` { provide: APP_INITIALIZER, multi: true, useFactory: (translocoService: TranslocoService) => { return async () => { await translocoService.load('fa').toPromise(); };...

The issue I'm facing with provideTranslocoScope is that while it works fine in the HTML when using the Transloco pipe (translations are correctly applied), in the TypeScript files, when I...

Hi, I'm experiencing the exact same issue. After migrating to the latest Nx version, I encounter the following error when running tests: ``` Cannot find module 'jest-preset-angular/setup-jest' from 'src/test-setup.ts' ```

Hi team 👋 Thank you for sharing the 2025 roadmap — the upcoming features look amazing and show a strong commitment to keeping NG-ZORRO aligned with Ant Design and real-world...