UNPKG

angular-nevera-generator

Version:

Yeoman AngularJS scaffold a webapp with Angular 1 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma

11 lines (8 loc) 191 B
import * as angular from 'angular'; import './index.<%- css %>'; angular <% if (router === 'uirouter') { -%> .module('app', ['ui.router']); <% } else { -%> .module('app', []); <% } -%>