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
I'm getting the following error when trying to import the ngx-mask module into my application following the startup guide. I've used this library successfully in lower versions of Angular.
NgxMaskModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type argument to the ModuleWithProviders type. If this occurrence is in library code you don't control, please contact the library authors.
I'm getting the following error when trying to import the ngx-mask module into my application following the startup guide. I've used this library successfully in lower versions of Angular.
My app.module.ts file:
The text was updated successfully, but these errors were encountered: