Top "Web-component" questions

Web components are reusable client-side elements made using native code or third party libraries.

HTML5 template not working on Internet Explorer, how to solve it?

I made a template in HTML5 which is working with Chrome and Firefox but not working with Internet Explorer (tested …

html internet-explorer web-component html5-template
Polymer and WebComponentsReady event

According to the Polymer docs, the WebComponentsReady event is necessary because... The polyfills parse element definitions and handle their upgrade …

javascript html polymer web-component
How can I share an Angular 2 component between multiple Angular 2 projects?

Ideally, I'd like to create a stand-alone Angular 2 component (with tests) and then re-use it between two or three different …

javascript angular web-component
How to share components between modules in Angular 2?

I'm in doubt in how to share components between modules in Angular 2. The point is: I have two modules in …

angular components web-component
Which Polymer Datepicker

I don't see an official Polymer Datepicker component. A quick web search yields the following third party components. One of …

polymer web-component
Web Components, pass data to and from

My understanding is that data is passed to a custom html element via its attributes and sent out by dispatching …

javascript html json web-component
How to listen for custom events defined web component

I have a custom element my-checkbox that wraps a checkbox, label, styling, etc. When that checkbox is toggled I am …

javascript dom web-component shadow-dom custom-element
How to get list of registered custom elements

I'm trying to detect whether a custom element with a specific name was registered or not. Is there a way …

javascript html w3c web-component custom-element
Difference between constructor and connectedCallback in custom elements v1

I am new to web development and recently I have been seeing much debate and talks about Custom Elements v1. …

javascript html web-component shadow-dom custom-element
What's the substitute for ::shadow and /deep/?

The two shadow-piercing combinators have been deprecated as stated in https://www.chromestatus.com/features/6750456638341120Then what's the substitude for …

web web-component shadow-dom