Angular question detail
Is it necessary for bootstrapped component to be entry component?
Yes, the bootstrapped component needs to be an entry component. This is because the bootstrapping process is an imperative process.
Angular question detail
Yes, the bootstrapped component needs to be an entry component. This is because the bootstrapping process is an imperative process.