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
using
"@angular/cdk": "^10.1.3",
"@angular/common": "~10.0.14",
"@angular/compiler": "~10.0.14",
"@angular/core": "~10.0.14",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "~10.0.14",
"@angular/material": "^10.1.3", versions and simply install and imported, then getting error on ng-serve while it is working fine in angular 9. Please resolve.
Error
The text was updated successfully, but these errors were encountered:
@Rashmin-kaur are you having issues installing a package? OR is this a problem with the package itself? It sounds like it may be the latter. The type error seems to be coming from starting your Angular project & some kind of type configuration issue with mat-daterangepicker
If you run npm ls mat-daterangepicker you can figure out which of your dependencies - that you listed - is pulling that in & then you should check to see if things are configured & up-to-date (ex. you can run npm outdated --depth=9999 to see all your deps & which could be safely updated or just npm outdated mat-daterangepicker --depth=9999 to see that individual dep).
using
"@angular/cdk": "^10.1.3",
"@angular/common": "~10.0.14",
"@angular/compiler": "~10.0.14",
"@angular/core": "~10.0.14",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "~10.0.14",
"@angular/material": "^10.1.3", versions and simply install and imported, then getting error on ng-serve while it is working fine in angular 9. Please resolve.
Error
The text was updated successfully, but these errors were encountered: