THE BEST NEWSLETTER ANYWHERE
Join 6,000 subscribers and get a daily digest of full stack tutorials delivered to your inbox directly.No spam ever. Unsubscribe any time.
In this tutorial, Learn what is about x-tag web components, How to create web component using x-tag in javascript.
X-tag is lightweight webcomponent library supported by Microsoft.
It is javascript library API to create a web components similar to div,audio and video tags.
There are different life cycle methods for a created web component
created - This handler called whenever component object is created in DOM
instered - called when a component is inserted into the DOM
removed - called when the component is removed from the DOM attributeChanged - called when any attributes are set
It supports all latest browsers
🧮 Tags
Recent posts
Multiple ways to iterate a loop with index and element in array in swift How to reload a page/component in Angular? How to populate enum object data in a dropdown in angular| Angular material dropdown example How to get the current date and time in local and UTC in Rust example Angular 13 UpperCase pipe tutorial | How to Convert a String to Uppercase exampleRelated posts