Not compiling in Angular 13+.
See original GitHub issueπ bug report
Is this a regression?
Yes, the previous version in which this bug was not present was: Angular 9 / ngx-mask 7.9.10Description
Not compiling in angular 13+, the moment i add NgxMaskModule.forRoot(maskConfig)
it stop compiling.
π¬ Minimal Reproduction
https://stackblitz.com/edit/angular-ivy-ojryhg?file=src/app/app.module.ts
π₯ Exception or Error
it should work with angular 13 / I am expecting it to work in ionic 6 project based on angular 13.0.0
π Your Environment
Angular Version:
13.0.0
Anything else relevant?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
angular 13 ng build library fails (ivy partial compilation mode)
This solution appears to be for an Angular app. I'm trying to build a library. There is no .browserslistrc in the library's folder...
Read more >Angular compiler options
When true , the compiler does not look at the TypeScript version and does not report an error when an unsupported version of...
Read more >How the Angular Compiler Works
The Angular Compiler (which we call ngc) is the tool used to compile Angular applications and libraries. ngc is built on the TypeScriptΒ ......
Read more >Ahead-of-time (AOT) compilation - Angular
There's no need to download the Angular compiler if the application is already compiled. The compiler is roughly half of Angular itself, so...
Read more >ng serve - Angular
Option Description Value Type Default Value
ββhmr Enable hot module replacement. boolean false
ββhost Host to listen on. string localhost
ββopen Opens the url in default...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same issue here
@Saqib92 @Lightllord @kevinch3-shoutly Hi . Thank you that using our package. Yes it was problem in package build configuration and paths . Everything should works started ngx-mask 14.2.1. This is patched original stackblitz https://stackblitz.com/edit/angular-ivy-d4rwyn?file=src%2Fapp%2Fapp.component.html