Web Components
Angular Elements – A Practical Introduction To Web Components With Angular 6
With the release of Angular 6 the new Angular Elements functionality is now fully available. By using Angular Elements you can package Angular components as custom elements, a web standard for defining new HTML elements in a framework-agnostic way. The custom elements standard is currently supported by browsers like Chrome, Opera, and [...]
Getting Started With Stencil – A Web Component Generator
Stencil is a web component generator / compiler which is developed by the Ionic team. The project’s website can be found at https://stenciljs.com/. Stencil lets us author standard compliant web component features which are known from popular web frameworks like Angular and React. Web components are re-usable user interface [...]