
Angular4 demo project to showcase how to use ComponentFactoryResolver for dynamic components.
The Angular Dynamic Components Demo is an innovative project that illustrates the use of ComponentResolverFactory in Angular for creating a grid-like view. This approach is aimed at avoiding the clutter that can come with using *ngIf in templates, thus preventing an overbloated design that attempts to cover multiple grid items. Instead, the project employs multiple small components that can be styled individually, allowing for a more efficient and manageable coding experience when rendering components based on a specific data set.
Built with Bootstrap 4.0.0 beta for styling, this demo provides a sleek and functional layout that enhances the user interface. It's an excellent resource for developers looking to streamline their Angular applications and create dynamic, responsive grids tailored to varying data types.

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.