Questions tagged [angular2-seed]

Angular 2 - Seed is high-quality, modular starter (seed) project for Angular 2 apps with statically typed build and AoT. It provides fast, reliable and extensible starter for the development of Angular 2 projects.

angular2-seed provides the following features:

  • Allows you to painlessly update the seed tasks of your already existing project.
  • Supports multiple Angular applications with shared codebase in a single instance of the seed.
  • Ready to go, statically typed build system using gulp for working with TypeScript.
  • Production and development builds.
  • Ahead-of-Time compilation support.
  • Sample unit tests with Jasmine and Karma including code coverage via istanbul.
  • End-to-end tests with Protractor.
  • Development server with Livereload.
  • Following the best practices.
  • Manager of your type definitions using @types.
  • Has autoprefixer and css-lint support.

For more details visit github home of angular2-seed.

22 questions
0
votes
1 answer

NoProviderError.Error (native)

I am developing angular2seedadvanced app. I am referring to https://github.com/NathanWalker/angular-seed-advanced and sucessfully built the web and desktop application. But while building the nativescript app, it failed due to some errors. I am…
Khushi
  • 1,759
  • 6
  • 26
  • 45
0
votes
1 answer

ns-renderer: localStorage is not defined

I am developing angular2seedadvanced app. The Web and Desktop app are created successfully but while building nativescript app it shows an error ns-renderer: localStorage is not defined I am following this plugin. And also loopback sdk builder and…
Khushi
  • 1,759
  • 6
  • 26
  • 45
0
votes
0 answers

throw new Error('`'+ modPath+ '.node` is missing. Try reinstalling `node-fibers

I am developing angularseedadvanced app. https://github.com/NathanWalker/angular-seed-advanced Web and desktop app successfully created. But while running android app failed to run due to following error: throw new Error(''+ modPath+ '.node is…
Khushi
  • 1,759
  • 6
  • 26
  • 45
0
votes
1 answer

How to use service in angular2seed adavanced

I am working on angular2seedadvanced with Firebase. While using Firebase service inside my component its not working. How can I use service inside the component in angular2seedadvanced. I am following https://github.com/jlooper/pocketrave…
Khushi
  • 1,759
  • 6
  • 26
  • 45
0
votes
0 answers

angular 2 seed referencing node modules such as ng2-responsive

While I'm loving Angular 2 in all other respects, I'm finding the supporting infrastructure challenging, particularly when it comes to how to properly reference node modules in my angular2-seed projects. I've successfully installed ng2-responsive so…
theotherdy
  • 715
  • 1
  • 7
  • 22
0
votes
0 answers

Gulp Source doesn't copy the correct name

I'm using the angular 2 seed with a spring-boot backend and need to copy my node_modules files into the resources folder so that it's visible to my java code. I wrote this script: export = () => { gulp.src(gnf(),…
Bhetzie
  • 2,852
  • 10
  • 32
  • 43
0
votes
1 answer

Getting trouble with npm run start.android in angular2seed

I am using angular2seed-advanced Check here. And i follow the steps mantioned in that. while developing app i give npm start i got the http://localhost:5555/ and it correctly dispalyed on browser. after that when i give the command that which is for…
Khushi
  • 1,759
  • 6
  • 26
  • 45
1
2