Little test to see how Angular elements can be used inside a Lit Element project.
Result:
- Angular elements can be used inside a Lit Element project.
- Angular elements can be nested inside Lit Elements.
npm install
Simple Lit Element project with a Angular element.
npm run start:lit
This is just a simple vanilla project (no framework) with a Angular element.
npm run start:vanilla