You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Care should be taken when destroying and then re-attaching custom elements created with `@angular/elements` due to issues with the [disconnect()](https://github.com/angular/angular/issues/38778) callback. Cases where you may run into this issue are:
164
+
165
+
- Rendering a component in an `ng-if` or `ng-repeat` in `AngularJs`
166
+
- Manually detaching and re-attaching an element to the DOM
0 commit comments