text-mask

text-mask is not working for angular 2

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-24 07:25:31
问题 Trying to use https://github.com/text-mask/text-mask/tree/master/addons#createnumbermask Uncaught Error: Template parse errors: Can't bind to 'textMask' since it isn't a known property of 'input'. ("lex="18" fxFlexOffset="1"> <input [ERROR ->][textMask]="{mask: numberMask}" type="text" [(ngModel)]="myModel" ): I am using "angular2-text-mask": "^8.0.4", "text-mask-addons": "^3.7.1", "text-mask-core": "^5.0.1", Imported in my Module imports: [ BrowserModule, FormsModule, TextMaskModule ] trying