Skip to content

--v2 has been removed #1086

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

Merged
merged 1 commit into from
Aug 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/Auth-with-Ionic3-Angular4.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,11 @@ On successful execution of above commands, you're all set to create your app wit
To create your app, change into the directory where you want your app to reside and execute the following command

```bash
C:\projects> ionic start auth-ng4-ionic3-af2 blank --v2
C:\projects> ionic start auth-ng4-ionic3-af2 blank
```

>The command ionic start will create the project with name "Ionic_AngularFire2_Project" using "blank" template.

>The --v2 flag ensures, this is a Ionic2 project.

Change to the project directory, which was just created with above command

> C:\projects\auth-ng4-ionic3-af2>ionic info
Expand Down