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

Who is using angular-seed?

Open mgechev opened this issue 8 years ago • 135 comments

I would like to get an idea of who's using angular2-seed. If your company or project uses the project, please add it here.

Would be great to know if you're using it in production or only prototyping/development.

mgechev avatar May 11 '16 14:05 mgechev

currently using angular2-seed inside a company prototype project within Commercial Tech at Capital One Bank in New York City, currently only in development (i think our corporate security policies prevented the possibility of forking from this repo outside of our internal gh). I also use it to experiment and help myself learn outside of work, it has been extremely helpful!

dweitz43 avatar May 11 '16 14:05 dweitz43

We've been playing with it for our UI/UX pattern library here at dell software. Just for prototyping atm, I'm not entirely sure angular 2 is ready for production :-p

njs50 avatar May 11 '16 15:05 njs50

We are also using this seed for prototyping and evaluation Angular2, Now some colleges try to use angular cli because of simplicity. I am still prefer to use angular2-seed.

ishara avatar May 11 '16 16:05 ishara

We want to use that Seed as a base project for own international corporation.

sergidt avatar May 11 '16 17:05 sergidt

My company (https://www.infowrap.com) is using it for our Angular 2 upgrade (specifically we are using advanced seed) but of course that is this seed :)

We hope to be done with a full Angular 2 upgrade + NativeScript by the Fall.

NathanWalker avatar May 11 '16 17:05 NathanWalker

Using it at my startup to build our mvp. We plan to use it for production too.

sfabriece avatar May 11 '16 18:05 sfabriece

I'm currently writing a team/employee management application which is based on the seed. Since the app is composed of different modules and the first module is finished (basic CRUD for the employee resource) it is planned to be used in production and upgraded with new modules over time :)

The seed was a great help to get things starting! Thanks for that!

TheDonDope avatar May 11 '16 19:05 TheDonDope

We are using it in app which is about to go into production - when i say about - i mean the end of the year

red010b37 avatar May 11 '16 21:05 red010b37

Using this for prototyping a project for my company and hopefully it can make it to production.

Having said that, I'm still surprised that people are so ready to use Angular 2 for production, do note the latest RC1 has known security issues. https://github.com/angular/angular/blob/master/CHANGELOG.md

ng-darren avatar May 12 '16 00:05 ng-darren

We're using it as the foundation for a large enterprise scaled application. This base project allows a good integration point for our CI build tools we need to provide a high level of quality. We currently in prototype phase end evaluating angular2 and ng2-bootstrap. We're also thinking about writing our own yeoman generator based on that best practice approach by this angular2-seed project.

Thanks for your work! It would be great to see a best practice yeoman generator ;)

silentHoo avatar May 12 '16 07:05 silentHoo

We are using it on a government project thats only due to go into production 2018, so the is angular2 ready gamble didn't apply ;)

JohnCashmore avatar May 12 '16 08:05 JohnCashmore

I'm using it in order to migrate etunebook.ch from angular1 (https://github.com/tinuF/eTuneBook) to angular2 (https://github.com/tinuF/eTuneBook2).

tinuF avatar May 12 '16 09:05 tinuF

Using the seed to build the version 2 of a product in my company FourTwo that is used today (v1) by Marketing Agencys in Brazil.

Bigous avatar May 12 '16 12:05 Bigous

We are using it in our company, currently only in development mode. We love this project and it helped us to get up and running in no time. Thanks to all contributors - especially @mgechev and @d3viant0ne ! However, if we could request some improvements, it would be the following ones in this order:

  • Improve build-lifecycle (time to get a change via browser-sync): see #851 . For us, disabling linting and the compiler as described in the wiki is a no-go.
  • Support SASS out of the box instead of plain CSS because this is state of the art
  • Support PostCSS out of the box as described in the wiki (required to get caching right on the client): https://github.com/mgechev/angular2-seed/wiki/Add-PostCSS-Assets-to-the-CSS-pre-processing-stack
  • Make it simpler to change variables (see #823 and #630)

Paladinium avatar May 12 '16 13:05 Paladinium

@Paladinium

1.) My change detection lifecycle is under 3 seconds, disabling nothing at all in an app that has north of 20 top level components and north of 80 including sub-components in the full client application. Speed comes down to OS, Node Version, hardware and memory available in your node project. No disrespect to Windows lovers but Node isn't focused on Windows and either are most of it's developers, it will always be slower. 2.) Sass is supported in a fork of the seed by @nareshbhatia 3.) PostCSS is supported out of the box add whatever plugins you want. I also have a precss / postcss fork for sass-like functionality but out of the box, the seed has postcss processing already built into the build workflow.

The seed is intended to be a generic set of build tools, not a tailor made project. Adding, sass, heavy framework X & Y just ends up limiting it's usefulness to the Angular2 community as a whole. There are plenty of forks & extensions floating around which are well documented and linked in the readme.

joshwiens avatar May 12 '16 14:05 joshwiens

@Paladinium: I also think it's a good point to add the links in the readme/wiki of this project and give some samples to include those features instead of building a over-optimized-full-blown-bunch of tools.

silentHoo avatar May 12 '16 14:05 silentHoo

Using it for development purposes at the moment.

mwaa avatar May 13 '16 05:05 mwaa

I'm using this seed, or more specifically, the advanced seed for development evaluation and as a live example for a few local user group presentations.

JakePartusch avatar May 13 '16 05:05 JakePartusch

Using the seed as base for a complete rebuild/refactor of our frontend. Gonna be 3 separate client's talking to a Rails API. Not in production yet.. But first application has to be ready within a month.

the-ult avatar May 13 '16 10:05 the-ult

We are using the seed at ESO (European Southern Observatory, Munich, Germany), planning to go public late this year.

thomasbee avatar May 13 '16 20:05 thomasbee

We're using it at Wazee Digital to rebuild our software platform from the ground up, we expect to roll out one of our first portals on it later this year. After initially setting up our own build system it was becoming a head ache dealing with all the breaking changes that were happening so we moved to a community based one. We reviewed a few and this one came out on top, it's been incredibly helpful. Thank you!

jimmybillings avatar May 16 '16 15:05 jimmybillings

We at Fidelity are now using this seed for our Internal Project, going live in June. This seed has been great, and we have got up and running in angular2 very fast. The response time is awesome. You all have been very helpful. Thanks!!

kambojankit avatar May 17 '16 06:05 kambojankit

Using it on personal projects, to learn Angular2 and for prototyping. Will suggest it for commercial projects that the company will work on.

adrianfaciu avatar May 19 '16 08:05 adrianfaciu

Currently using it in production and personal projects.

blackheart01 avatar May 19 '16 17:05 blackheart01

I'm currently using it for building an angular2 internal app in my company. Tried many other alternatives, but they were very complex and hard to understand. Your seed starter is simple and does everything I wanted. Kudos to you!

csreddy avatar May 19 '16 19:05 csreddy

Using it on personal projects and some proof-of-concepts for some customers.

One of those customers is HBO Latin America, for which we've built some fairly complex FLEX web apps used internally, which they may eventually replace by HTML5/JS. And also use HTML5/JS for new requirements. NG2 being a serious candidate there.

fourctv avatar May 21 '16 22:05 fourctv

Using it in our newest app (currently in development) at BidPal, Inc. (http://www.bidpal.com/).

turbohappy avatar May 22 '16 19:05 turbohappy

Using on personal project with aim to learn angular2. This seed with ng-book2 (https://www.ng-book.com/2/) are good source of power. :) Thanks for great work.

Passto avatar May 23 '16 14:05 Passto

@mgechev We are still discussing whether we should use angular2-seed or angular2-seed-advanced. I see the changes of angular2-seed are frequently merged to angular2-seed-advanced.

Can you guide us what would be the right path?

harishrohokale avatar May 26 '16 11:05 harishrohokale

@harishrohokale That depends on what you expect the seed to deliver to you. angular2-seed-advanced extends angular2-seed with support for:

ngrx/store RxJS powered state management, inspired by Redux ngrx-store-router middleware for syncing state with Angular 2 Router. ng2-translate for i18n lodash Helps reduce blocks of code down to single lines and enhances readability NativeScript cross platform mobile (w/ native UI) apps.

(see: https://github.com/mgechev/angular2-seed#advanced-seed-option)

If you have a look at the README of angular2-seed-advanced you will have further information.

Greetings

Dope

TheDonDope avatar May 26 '16 12:05 TheDonDope