I need to create a custom element (web component) using angular 8 enabling ivy. to used with an anther framework, is there any proper documentation for that?
Asked
Active
Viewed 812 times
-3

Jeff Mercado
- 129,526
- 32
- 251
- 272

Jayampathy Wijesena
- 1,670
- 1
- 18
- 26
-
Not really, but if Ivy ist he only thing you need to know: [Opting into Angular Ivy](https://next.angular.io/guide/ivy#opting-into-angular-ivy). The more challenging part is to get (build) self contained web components, as this is currently not supported by Angular. – jowey Jun 13 '19 at 11:41
1 Answers
2
Why are you looking for the Ivy part, if you just want to generate custom component to be used elsewhere, have a look at Angular Elements .
In the end, it will generate a native javascript file that can be embedded with any framework.

Haidar Zeineddine
- 979
- 1
- 8
- 20