0 votes
in Angular by

Do I need to bootstrap custom elements?

1 Answer

0 votes
by

No, custom elements bootstrap (or start) automatically when they are added to the DOM, and are automatically destroyed when removed from the DOM. Once a custom element is added to the DOM for any page, it looks and behaves like any other HTML element, and does not require any special knowledge of Angular.

Related questions

+1 vote
asked Jan 20, 2023 in Bootstrap by SakshiSharma
0 votes
asked Sep 30, 2022 in Nagios by SakshiSharma
...