Dynamic components in Angular
What kind of components are dynamic components? Well, the ‘dynamic’ in dynamic components refers to the fact that we actually don’t define them at the build-time (but create them during runtime), and that they are not referenced in the templates. Even though they do not… Read More »Dynamic components in Angular