wein2011
wein2011
I am experiencing the same error code without AntV after upgrading to 0.0.4. This might be related to webpack not dealing well with UMD modules. Ideally, fmin should be published...
The inclusion of styles helps with the consistency between actual deployment and test debugging. With Karma, the regression tests are run against ChromeHeadless and the manual tests for debugging are...
To temporary work around the issue, you can load the stylesheet styles.css programmatically. In angular.json, add the following json element ``` test.options.providersFile: "test-providers.ts" ``` In test-providers.ts, add ``` const link...