How to pass complex values to Angular Elements in React

A common problem when using Angular Elements with other frameworks such as React is that all inputs will be stringified. That means if you pass an object using attributes, you will get “[object, Object]”  which is not something we can work with, in our Angular Elements components.   This post will show, how to pass …

How to pass complex values to Angular Elements in React Read More »