angular-2-beta-boilerplate
angular-2-beta-boilerplate copied to clipboard
A basic boilerplate to start an Angular 2 (Beta) App. Includes Gulpfile to compile Typescript and SCSS.
I'm getting an issue while "npm start" saying: 'concurrent' is not recognized as an internal or external command, operable program or batch file. Below is the error log: 0 info...
I am not sure if I got the differences between the gulp thing and the CLI! in the first [video ](https://www.youtube.com/watch?v=DBjPIabiRNg&list=PL55RiY5tL51qIb5VW2ywbT12UZeqmzBAu&index=1)we setup the CLI and then in this video we...
Hi I'm getting an issue while "npm start" saying: npm ERR! Linux 4.4.0-66-generic npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" npm ERR! node v7.8.0 npm ERR! npm v4.2.0 npm ERR! code...
Trailing comma in object would fail the application (js expects parameter after comma)
Hi, I am trying to replicate Angularjs2 first app by using this video https://www.youtube.com/watch?v=d6Dp4Dyeke8 But its not working fine. I have also post my issue on stackoverflow: http://stackoverflow.com/questions/40200200/custom-component-issue-in-angularjs2 Waiting for...
How come this boilerplate doesn't have [app.module.ts](https://github.com/zetekla/ng2-tour-de-heroes/blob/master/app/app.module.ts)? What can I do when I want to specify more imports and declarations to NgModule? The Heroes-Tour tutorial on Angular2 homepage requires adding...
**Watchman** is missing in the **node dependencies** please add it The server is hung up without installing this dependency.
Hello, in order to run multiple apps I added some lines in my file gulpfile.js ``` var browserSync = require("browser-sync").create(); gulp.task('browser-sync', function() { browserSync.init({ server: { baseDir: "./" }, ui:...