question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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.10

Description

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:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

5reactions
kevinch3-shoutlycommented, Mar 7, 2022

Same issue here

1reaction
NepipenkoIgorcommented, Sep 11, 2022

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found