Mahdi Saeidi

Results 20 comments of Mahdi Saeidi

Please add date adapter support for other calendars to the framework https://github.com/NG-ZORRO/ng-zorro-antd/issues/7567

@wenqi73 @simplejason This useful feature should have been added to the framework a long time ago. This is also available in the ng-bootstrap framework. https://ng-bootstrap.github.io/#/components/datepicker/calendars

Can you explain your planning for this task? @hullis

> @saeidi-dev Didn't you find a way to have this feature without consider the package update? I really do need this one You can use this package https://www.npmjs.com/package/ng-met-antd

> > > @saeidi-dev Didn't you find a way to have this feature without consider the package update? I really do need this one > > > > > >...

The tour component is very useful. This is implemented in the React version. https://ant.design/components/tour

I have this problem ``` (node:21492) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) ```

I use monorepo, there are several libs in the packages directory, I want to install transloco in lib i18n @shaharkazaz

**nx structure** ``` apps -myapp packages -i18n // is lib ``` **command:** ``` nx g @jsverse/transloco:ng-add --project=i18n ```