# angular-dynamic-component-example **Repository Path**: SmileSB101/angular-dynamic-component-example ## Basic Information - **Project Name**: angular-dynamic-component-example - **Description**: 动态加载(创建)组件的一个简单例子! - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-08-08 - **Last Updated**: 2022-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 动态加载(创建)组件例子 简书文章链接:http://www.jianshu.com/p/10feab2c3102 ## usage of command line 命令行用法 > `npm install` > #### develop(port:8111) ---- 开发(端口:8111) > `npm start` > #### aot、production(port:8112) ---- aot编译(端口:8112) 1. `npm run build` 2. `npm run server`