Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ogm710811/dynamic-component-angular

Examples of how to create dynamic component in Angular
https://github.com/ogm710811/dynamic-component-angular

advanced-angular angular-cli angular4

Last synced: 26 days ago
JSON representation

Examples of how to create dynamic component in Angular

Awesome Lists containing this project

README

        

# O5DynamicComponent

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.3.2.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Topics

This project shows the following Advanced Components examples:
1. Create Dynamic component with ComponentFactoryResolver.
2. Dynamic component @Input data.
3. Dynamic component @Output subscriptions.
4. Destroying dynamic components.
5. Reordering dynamic components.