comcy / angular-dynamic-loading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic Loading with Angular

Shows how to dynamically load an Angular Package from another origin.

Start

This example contains two angular projects: a shell and a plugin. Both are build separately and both run on different ports.

Shell

npm install
npm start

Plugin

npm install
npm run build
npm start

About


Languages

Language:TypeScript 82.4%Language:JavaScript 13.9%Language:HTML 2.2%Language:CSS 1.5%