-
Notifications
You must be signed in to change notification settings - Fork 12k
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
When is --mobile flag going to be ready #2228
Comments
What? I had no idea it wasn't ready. Running "ng help" shows the flag so I used it. Then npm install wouldn't work. I spend over an hour trying to figure it out. I reran "ng init" without the --mobile flag, and just like that everything worked. VERY frustrating. I had no idea it was the "--mobile" flag causing the trouble. I just noticed it the README it says it's been disabled. That's not true. It does just enough damage to cause a lot of pain. I am using 1.0.0-beta.15 btw. Edit: Actually this might have been from running ng init in a project that I had already ran it in and had an npm-shrinkwrap.json file. |
+1 |
Do we have an estimate of when this will be resolved?:
|
@jeffbcross can you weigh in? |
I'm needing to create a progressive angular app and the examples I found uses angular cli with --mobile flag. What's the time frame for --mobile flag? I'm using angular-cli: 1.0.0-beta.17. |
Context: the mobile flag got removed during the transition from a broccoli-based build system to Webpack-based build system a few weeks back. I was on a 6-week-long leave at the time, so I'm not sure all the details of why it was dropped, but I think it was due to Universal not being updated to support Angular 2.0.0 yet. But shout out to @filipesilva and other folks who worked hard to migrate mobile features to the Webpack CLI! The team worked hard to not drop support, but they had a tough choice to make in order to not make users wait for Angular 2.0.0 final support. When I returned from leave, I'd started adding back the
To answer the original question, our plan is to re-incorporate the Angular Service Worker plugin into CLI for projects that use the |
Thanks for the update. Anxiously waiting. Thanks for everyone's hard work on Angular2 and Angular CLI. |
I'm closing as the question was answered. |
any update on when --mobile and progressive app support will be available? Do you guys have an ETA? Thanks. |
Dear @filipesilva ,
and referenced without giving an answer. We continue to miss the solution. As a cli-user I would appreciate, if you would let the unanswered questions open. Thank you! |
@webia1 there is an answer by @jeffbcross in #2228 (comment). |
Yes, thank you, I already have read it but mobile-flag is still disabled. As long as the mobile-flag is disabled, at least one of the issues should be open, so that we get some information about the progress. Don't you think so? |
I think that the answer in #2228 (comment) is pretty explicit:
|
yes, I'am same opinion, the answer in #2228 (comment) is really pretty explicit, but the question is an another-one: Why do you close unsolved issues? |
@webia1 the issue is solved, and the question is answered. Why should this issue remain open if there is already a definite answer to it? I understand that you would like to have the If/when that changes, the issue might be reopened. But there is no purpose to having an open issue for which we are not looking to act upon. |
Dear @filipesilva, if you think, that the deactivation of important features (mobile flag, route generation,..) would be the solution, I've nothing more to say :) Nevertheless, thank you for your answer. |
For now, mobile.angular.io still rely essentially on angular-cli, and still refer to the --mobile flag. If you are not planning (for now) to add the --mobile functionality back (it's a shame, but I think we can all understand why now), at least we should move all the references to angular-cli in mobile.angular.io to an "archive" section, and update the docs to remove any dependency to the angular-cli. The support of mobile app development is great on Angular 2, giving that it's still young, but this kind of communication "mistakes" is the kind of reason why a big part of the community is still afraid of Angular 2. |
@filipesilva comment perhaps you should remove the temporaly from the message. If it is temporaly, you could provide an open ticket showing your intentions of doing it at some point. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:angular-cli: 1.0.0-beta.14
node: 6.6.0
os: linux x64
The text was updated successfully, but these errors were encountered: