Lukas Spirig
Lukas Spirig
Thank you for your answer! Could you give us a hint on how to do that?
There is also the [::slotted](https://developer.mozilla.org/en-US/docs/Web/CSS/::slotted) pseudo-element, which was implemented for ViewEncapsulation.Native (#11595). For ViewEncapsulation.Emulated the pull request (#31547) is currently waiting for review.
No. A possible solution is #31547 (emulation of [::slotted selector](https://developer.mozilla.org/en-US/docs/Web/CSS/::slotted)), which is waiting to be merged (or reviewed again).
We also had the problem, that we needed "runtime" configuration via environment variables. I created a small package to help with that: [angular-server-side-configuration](https://www.npmjs.com/package/angular-server-side-configuration)
Not necessarily. If you can execute a node.js script on startup, that works too. You don't need express.js. Currently it doesn't support changing anything else, but I can implement it....
I'm currently working on implementing a solution for AoT. This is not trivial due to the folding by the AoT compiler, but I have an approach that seems to work....
I have now published version 1.2.1 of [angular-server-side-configuration](https://www.npmjs.com/package/angular-server-side-configuration). It includes a CLI, which provides a command for wrapping AoT compilation to retain the configuration.
@dgp1130 Thank you for the extensive comment. While I understand the apprehension of adding additional complexity to the CLI, I still have to ask; I am the author of [angular-server-side-configuration](https://www.npmjs.com/package/angular-server-side-configuration)...
It has been a year since this pull request was created. Having to depend on an old sass version is starting to become a problem. Why is this being blocked?
@alicewriteswrongs Is that a third party library or something internal to Stencil.js? As this is starting to become a blocker to us, we would like to try to contribute a...