Problems with ngx-mask Angular 14.2.10

3.5k Views Asked by At

I'm having trouble using ngx-mask. My version is Angular 14.2.10.

I put this in app.module.ts:

import { NgxMaskModule }  from  'ngx-mask';
@NgModule({
  imports: [
  NgxMaskModule.forRoot()]

My error image

1

There are 1 best solutions below

0
Kauã Landi On

Your ngx-mask version is waiting for angular v15, not v14. Try this

npm i [email protected]