Manuel Martín
Manuel Martín
@kevinpschaaf I think is issue is not active anymore. Can be closed?
I like the `define` or maybe `definition` option for side effects because it allows us to export several components in just one package. ``` js "name": "my-lib", "exports": { ".":...
If we can't import a component without it's side effect means that we can't use different major versions of the same component at the same time because the browser will...
I agree is useful for some use-cases. I think this could cover them ```js /** * @param {TemplateResult} template * @param {HTMLElement} parentNode */ _renderScopedElements: (template, parentNode) => { this.constructor.render(template,...
I did a second thought and I'm not sure about this strategy. I have doubts about if this could go against how the future standard of scoped registries is going...
Hello @msbasanth, sorry for the late response. Unfortunatelly, I don't think `ScopedElementsMixin` version 1 could work in this way, as it would try to scope the angular component thinking it...