ngx-component-outlet – https://github.com/IndigoSoft/ngxd
Best way to quickly use Dynamic Components with Angular
$ npm install --save ngx-component-outlet
<app-dynamic [ngxComponentOutlet]="component" [entity]="entity" (action)="onAction($event)">
<!-- Use like NgComponentOutlet but with @Input/@Output auto bindings -->
</app-dynamic>
rucken – https://github.com/rucken
angular-universal-starter – https://github.com/Angular-RU/angular-universal-starter
angular-websocket-starter – https://github.com/Angular-RU/angular-websocket-starter
angular-cli-webpack – https://github.com/Angular-RU/angular-cli-webpack
Webpack configuration modifier for @angular/cli
$ npm install ngw --save-dev