ng-forward ng1 migration (part 1 - alternative)
October 26, 2015 ยท View on GitHub
import { bundle } from 'ng-forward'; import { ComponentA } from './component-a';
// We can create a bundled module from ComponentA // You can then reference that module elsewhere for // non-converted components and services bundle('app', ComponentA);