Timothy-Paul Cuthbert

Results 5 comments of Timothy-Paul Cuthbert

This issue can be removed by adding `"apexcharts"` to the `allowedCommonJsDependencies` in your `angular.json` file ``` "architect": { "build": { "options": { "allowedCommonJsDependencies": ```

Maybe skip(1) to mimic angular valueChanges ``` this.profileForm.valueChanges .pipe(skip(1)) .subscribe((value) => console.log(value)); ```

That is a very interesting nested if statement you got going there. Haven't experience any of these problems that you mention. An example project would be really helpful in trying...

I not sure if this is connected, but i am experiencing the same issue with angular + vite + tailwind. I created a post in the angalar cli with a...

Not sure why the example has `import * as QRCodeStyling from 'qr-code-styling';` but i think it should be `import QRCodeStyling from 'qr-code-styling';`