Kiril Nikolov
Kiril Nikolov
We are trying to load a CSS file into the HelloWorld component using: @Component({ selector: 'hello-world-app', templateUrl: 'hello-world.template.html', styleUrls: ['hello.css'], encapsulation: ViewEncapsulation.None }) this throws with `You may need an...
Currently we are using a relatively old version **2.6.0** , while **3.1.3** is the latest one. Maybe we should consider an upgrade? There are a few breaking changes though: https://stuk.github.io/jszip/documentation/upgrade_guide.html...
The goal here is to enable feature based on [aws-lc-rs](https://crates.io/crates/aws-lc-rs/1.6.2) library, so it can be used on demand instead of ring which is not FIPS certified.