UNPKG

generator-at-angular

Version:

Yeoman angular application generator thet uses Webpack, SASS, UI router, Karma and Jasmine for testing, and auto generated docs.

17 lines (12 loc) 356 B
// index.html page to dist folder import '!!file-loader?name=[name].[ext]!../favicon.ico'; // vendor files import './index.vendor'; // main App module import './index.module'; import '../assets/styles/sass/index.scss'; angular.element(document).ready(function () { angular.bootstrap(document, ['<%= props.appName %>'], { strictDi: true }); });