-
Notifications
You must be signed in to change notification settings - Fork 12k
--mobile is not accepted with ng new #6346
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
Comments
The mobile option was removed some time ago because it did not work properly. #4143 The only way to create a mobile angular app is currently adding the manifest and service worker yourself. |
@amishra511 this guide is totally outdated, As for now you should make you app "mobile" manually, as @kacase pointed above |
@amishra511 Check out his guide here: |
@kacase I will check this guide out. |
@amishra511 Is it still an issue? |
No, not anymore. I can create an angular mobile app now the way suggested by @kacase |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.0.3
node: 6.9.2
os: win32 x64
@angular/cli: 1.0.3
Repro steps.
I am following the steps given in Angular Mobile guide to create new app with Angular CLI
https://mobile.angular.io/guides/
On executing: ng new hello-mobile --mobile
I get:
As a result, the angular app gets generated but without the files required for mobile development
The log given by the failure.
Desired functionality.
Expecting an angular app to be generated with files required for mobile development
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: