When create an Angular Element with the default settings the Shadow Root is open. Does anyone know if it is possible to create and Angular Element with a closed Shadow Root?
Asked
Active
Viewed 635 times
5
-
1I'm looking for the same answer. – code5 May 16 '20 at 21:19
-
2My conclusion on this was that an Angular Element can't operate without an open Shadow Root because so much of the functionality is in the shared scope of the Angular application that created the Element, such as the injector. This is just speculation. – moefinley May 18 '20 at 08:26