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
If I define a component using a CSS class as a selector like this:
@Component({})
export class App {
selector: '.app-container'
}
The element recreation process will create a new element but won't apply the relevant class(es), and the component fail to find the necessary selector. Would it be possible to just duplicate the element being removed, so that the element that replaces it is identical?
The text was updated successfully, but these errors were encountered:
If I define a component using a CSS class as a selector like this:
The element recreation process will create a new element but won't apply the relevant class(es), and the component fail to find the necessary selector. Would it be possible to just duplicate the element being removed, so that the element that replaces it is identical?
The text was updated successfully, but these errors were encountered: