-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Who is using angular-seed? #855
Comments
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! |
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 |
We are also using this seed for prototyping and evaluation Angular2, Now some colleges try to use angular cli because of simplicity. |
We want to use that Seed as a base project for own international corporation. |
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. |
Using it at my startup to build our mvp. We plan to use it for production too. |
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! |
We are using it in app which is about to go into production - when i say about - i mean the end of the year |
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. |
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 ;) |
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 ;) |
I'm using it in order to migrate etunebook.ch from angular1 (https://github.com/tinuF/eTuneBook) to angular2 (https://github.com/tinuF/eTuneBook2). |
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. |
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:
|
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. 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. |
@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. |
Using it for development purposes at the moment. |
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. |
Using the seed as base for a complete rebuild/refactor of our frontend. |
We are using the seed at ESO (European Southern Observatory, Munich, Germany), planning to go public late this year. |
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! |
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!! |
Using it on personal projects, to learn Angular2 and for prototyping. Will suggest it for commercial projects that the company will work on. |
Currently using it in production and personal projects. |
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! |
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. |
Using it in our newest app (currently in development) at BidPal, Inc. (http://www.bidpal.com/). |
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. |
@mgechev We are still discussing whether we should use angular2-seed or angular2-seed-advanced. Can you guide us what would be the right path? |
I'm using this at Snakt.com for mostly internal tools and one user-facing microsite (all production). Have plans to continue using it in more backoffice dashboards and at least one more user-facing SPA. |
We have based our social media platform on this seed, integrerede alongside a Magento 2 webshop. The production is running with I18n, aot and rollup. ( looking forward to lazyload) |
It's being used for a preorder system for Franklin Barbecue. Certainly takes the headache out of setting all this stuff up myself. Looking forward to contributing in the future! |
We use it |
I've used it for http://lukefarran.com, http://atsocband.com, https://airlink.ubnt.com/, and for some embedded radio applications (screen shots of app: https://dl.ubnt.com/guides/airfiber/airFiber_AF-11FX_UG.pdf) |
@ravivit9 , we use MD2 + MDL. |
Woopa is using angular-seed ! 👍 http://woopasoft.com/ |
I have used it for 5 production web apps so far. Unfortunately they are all behind login screens so not much for you to see I'm afraid. (e.g. http://www.hdbam.com) Love this seed, so customizable , well written & maintained. Great work guys! I have an idea for a free web app that I will be creating soon, I will post that here when it is live. |
Hi JonCatmull, As you mentioned I do like the way angular-seed is maintained. May I know what styling framework are you using? e.g. Material design2 (MD2), bootstrap etc., As I tried with MD2, the stylings are not loading up properly, so I have to stick with my existing setup. |
Hi JonCatmull, Yes you are right. Angular-Seed repo is well maintained and configurable too. May I know which styling library you are using for your website? e.g. Material Design2 (MD2), Bootstrap etc., Reason why I am asking this is because when I used angular-seed with MD2 the stylings are not being loaded properly despite with a good effort from one of the member who guided me with steps to include MD2. Later decided to stick with my current setup which works fine with MD2 but I am more interested to implement angular-seed in my project as it's in earlier stage of development. |
I use my own custom one but the scss is based on kickoff. I have a library of my own custom components and then re-use them between projects. As for MD2 I have not tried to integrate this myself, just make sure your /tools/config/project.config.ts file is setup correctly (I.e. you have specified the MD2 library/assets) |
JonCatmull, you are spot on that's the place 3rd party libraries need to be configured. I raised a ticket for this in which one of the member tells the steps involves. Could you please have a look and update me if there is anything missing. #2031 |
Hi @mgechev and other contributors, big thanks for this very well structured seed. Currently, I use this seed for developing my mining company software product, many based in SPA. Best regards, |
I'm going to try it out now and your choice of Rollup is excellent, I'm having lots of trouble with angular-cli, in fact I had to debug an issue as soon as I started using it! Anyway, very excited that someone else sees the value in using rollup. |
I'm using this seed to dev a simple template for admin dashboard: |
Hi @mgechev , my team and I really like this seed very much and use it in many projects (soon they will go productive as well). We've added some angular material, electron and other cool stuff and it all works great. good work ;) Only one feature was not yet integrated correctly. RxDB is one of the best solutions for storing data in the browser. So far it works in the browser/electron, but there are problems with the rollup ... @mgechev |
Hi @mgechev and contributors. In production over the last 6 months I've used this seed for three projects. I've also used the Advanced seed with NativeScript for one project (also for production). I had tried several other seeds while ng2+ was in development but found this one by far the best. Thanks so much @mgechev and contributors for your hard work on this excellent seed. |
I'm currently using it to rebuild a large Delphi application. I'm very happy with the overall structure of the startup application and the way it is maintained. But i would like to see some more documentation about the lazy loading stuff and experimental hot loading. |
I'm using it to build a personal website. Definitely appreciative of the time and effort it took to build the seed and create the documentation. |
Found it yesterday and will start using it for my personal projects with buddies, let's see what we can make it out of this thing. Seems awesome but still has to learn a lot in order to make full use of it. |
I am evaluating it, but I had trouble configuring/deploying for the vagaries of Google Cloud Platform. |
I've been using this in production since April 2017. It really helped me get started. We use the seed so our customers can manage their BoldGrid sites. |
I use angular-seed in my project "web application generator" since 2018 |
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.
The text was updated successfully, but these errors were encountered: