cem-tools generates wrappers for React, Vue, Svelte, and Solid, but there is no Angular integration.
Request: an angular-integration package that reads the Custom Elements Manifest and generates Angular wrappers, mapping properties and attributes to @Input() and custom events to @Output(), with CUSTOM_ELEMENTS_SCHEMA.
This would let Angular consumers use custom elements with typed inputs and outputs instead of hand written wrappers.
I would be happy to contribute the PR if you are open to it.
cem-tools generates wrappers for React, Vue, Svelte, and Solid, but there is no Angular integration.
Request: an
angular-integrationpackage that reads the Custom Elements Manifest and generates Angular wrappers, mapping properties and attributes to@Input()and custom events to@Output(), withCUSTOM_ELEMENTS_SCHEMA.This would let Angular consumers use custom elements with typed inputs and outputs instead of hand written wrappers.
I would be happy to contribute the PR if you are open to it.