You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey everybody, actually i have problem to use ng2-jalali-date-picker because of renderer which is imported from @angular/core in this path ---> ./node_modules/ng2-jalali-date-picker/ivy_ngcc/ng2-jalali-date-picker.js .
as angular said https://angular.io/guide/migration-renderer#Why%20should%20I%20migrate%20to%20Renderer2?
renderer is deprecated and we have to use renderer2, which is not considered in latest version but in 2.4.2 is ok.
The text was updated successfully, but these errors were encountered:
problem with angular 12:
Error: node_modules/ng2-jalali-date-picker/date-picker/date-picker.component.d.ts:16:100 - error TS2724: '"@angular/core"' has no exported member named 'Renderer'. Did you mean 'Renderer2'?
The problem is solved in source code but it has not been built prod, and the bin folder has not been published to npm. Please publish bin folder to npm after build:prod.
hey everybody, actually i have problem to use ng2-jalali-date-picker because of renderer which is imported from @angular/core in this path ---> ./node_modules/ng2-jalali-date-picker/ivy_ngcc/ng2-jalali-date-picker.js .
as angular said https://angular.io/guide/migration-renderer#Why%20should%20I%20migrate%20to%20Renderer2?
renderer is deprecated and we have to use renderer2, which is not considered in latest version but in 2.4.2 is ok.
The text was updated successfully, but these errors were encountered: