UNPKG

ng6-cli

Version:

Tooling to build applications with Angular 1.5, ES6, and Webpack.

7 lines (5 loc) 168 B
import angular from 'angular'; import styles from './styles/<%= name %>.scss'; //create our app module and setup core dependencies angular.module('<%= name %>', [ ]);