Dynamic Remote Component Loader
March 15, 2018 ยท View on GitHub
This project demonstrates how to get and load a remote component/module in an angular 4 app.
How to run this project
Install all dependencies:
npm install
Build project and start application on lite server:
npm run start
Project Inspiration
This is a sample project realized remote component loading based on Angular 2: http://plnkr.co/edit/IpQ2HRa7yBj2YKZdgBZl?p=preview&open=app%2Fapp.component.ts https://stackoverflow.com/questions/38883065/angular2-convert-dynamic-component-loading-from-rc-4-to-rc5/38883838#38883838