Top "Angular-seed" questions

This project is an application skeleton for a typical AngularJS web app.

AngularJS App: How to include .js files into index.html

I'm new to angularJS. I managed to build a phonegap app using angularJS. The app is ok and running just …

javascript angularjs angular-seed
'http-server' is not recognized as an internal or external command

After installing angular-seed project, i did the following steps: Cloned the repository : git clone https://github.com/angular/angular-seed.git …

node.js angularjs npm angular-seed
Experimental support for decorators is a feature that is subject to change in a future release

I just cloned angular2-seed project from github and followed the steps, but i got this warning into VS code […

angular visual-studio angular-seed
karma TypeError "Cannot read property 'subscribe' of undefined"

While testing a simple component that has a shared service, the following error message appears, and I cannot manage to …

angular jasmine karma-runner angular-seed
How to import Angular Seed project in IntelliJ

I'm trying to import the Angular Seed project into IntelliJ, but when I do it creates a whole bunch of …

angularjs intellij-idea angular-seed