Timothy-Paul Cuthbert
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...