ionic2-mask-directive
ionic2-mask-directive copied to clipboard
Ionic2-mask-directive issuw with ionic cordova run android --prod
HI Team ,
While building the app with ionic cordova run android --prod. Getting below exception
me too!
typescript error Error encountered resolving symbol values statically. Calling function 'ɵmakeDecorator', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol Directive in
any solution?
Yes , We can use 'brmasker-ionic-3'. It works for me
import { BrMaskerModule } from 'brmasker-ionic-3';
<ion-input type="tel" [brmasker]="{mask:'(000) 000-0000', len:14}"
Let me know if it solve your problem.