angular-seed icon indicating copy to clipboard operation
angular-seed copied to clipboard

Seed project for angular apps.

Results 19 angular-seed issues
Sort by recently updated
recently updated
newest added

macOS 11.5.2 node v14.17.5 npm v6.14.14 ``` npm install > [email protected] install /Users/adgantt/Code/angular-seed/node_modules/fsevents > node install node-pre-gyp ERR! Completion callback never invoked! node-pre-gyp ERR! System Darwin 20.6.0 node-pre-gyp ERR! command...

After looking at the docs: https://www.npmjs.com/package/http-server I wanted to access my app from another machine. Existing: `"start": "http-server -a localhost -p 8000 -c-1 ./app",` My config: `"start": "http-server -a 0.0.0.0...

Hi, I have installed the below version of node & npm node v6.11.3 npm v3.10.10 My installation of angular-seed fails. npm-debug.log attached for your reference. [npm-debug.txt](https://github.com/angular/angular-seed/files/1316473/npm-debug.txt)

I'd guess that some things have updated and package.json doesn't specify the right versions, but I just wanted a quick-start boilerplate AngularJS app, and on loading I get these errors:...

angular refers to Angular version 2/4+ while AngularJS refers to 1.x.x

Currently I am not using Octal Literals anywhere in my project so I don't understand this error. Currently I am attempting to add my angular2 compiled application to a MVC...

Majority of application will manipulate data (aka. model) yet it's completely missing from angular-seed. A model interfaced with $resource is a needed addition.

I integrated the aXe accessibility engine into this seed project, thought it might come in handy for other developers.

Has anyone re-written this for ES6? Thanks