Hello,
I've stitched together a custom component connecting a list of domain items with a DexExtreme DxListComponent. Now I need to connect that with a parent view.
Is there a way to define a custom tag type? i.e. something like <my-custom-component ...></my-custom-component>
Domain and view models are done in TypeScript, and views are obviously Html-esque.
Cheers, thanks,
Michael W. Powell
PS. Just getting my feet wet with Angular after a little while. The fundamentals are still there, but obviosly some mechanics have changed a bit.