I'm testing Anuglar Elements to create some web components and is working great. Anyways I'm getting this warning in console:
[Deprecation] Element.createShadowRoot is deprecated and will be removed in M73, around March 2019. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 for more details.
Related file is platform-browser.js:1182. Is something I should be aware of? How can i fix it? Should I search an alternative way to create my web components?