What are dynamic components? Technology Community › Category: Angular › What are dynamic components? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Dynamic components are the components in which components location in the application is not defined at build time.i.e, They are not used in any angular template. But the component is instantiated and placed in the application at runtime.