Marc J. Schmidt

Results 444 comments of Marc J. Schmidt

I see, actually from UX point of view that's a valid point and we should fix that. `Map` doesn't work here since it would lead to a gigantic memory leak....

Yeah, our regex to parse the rule is not compatible with a sibling selector like this. :(

What error do you get? Which browser? Please also post a repo where we can replicate the issue.

@enventa there's nothing we can do. It's a browser security issue you need to solve via CORS headers when serving the css files via a CDN. 🤷‍♂️

@enventa those attributes are not there because the library can not read the CSS rules from a CDN that is incorrectly configured. Adding correct CORS headers allows the JS file...

What is the actual generated CSS? Please post the plain css here. If you can provide a JSFiddle/Stackblitz or something what would be even greater.

When angular hides something via `ngIf` it removes it from the DOM. When it's visible again, it create a new DOM node. With that DOM removal, it removes also the...

I don't like to have built files in the VCS, that comes with a lot of drawbacks. If we want to provide built minified files per release, we need to...

Do you have the actual error message as well? Yeah, please let me know whether it happens on newest version as well. But it probably will since we still have...

Interesting. Let me know when you got more information about that, then we can try to replicate/debug.