ng-forward ng1 migration (part 1)
October 22, 2015 ยท View on GitHub
import { componentAModule } from './component-a';
angular.module('app', [componentAModule]);
October 22, 2015 ยท View on GitHub
import { componentAModule } from './component-a';
angular.module('app', [componentAModule]);