Skip to content

Commit 3ee3711

Browse files
committed
docs(angular): update quickstart
1 parent 2c05210 commit 3ee3711

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/angular/quickstart.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@ sidebar_label: Quickstart
44
---
55

66
<head>
7-
<title>Angular QuickStart Global Component for Generating Ionic Angular Apps</title>
7+
<title>Ionic Angular Quickstart Using Ionic CLI: Angular Basics</title>
88
<meta
99
name="description"
10-
content="Our QuickStart guide covers the basics of both Angular and Ionic Framework global components to get apps up and running. Read how to easily generate Ionic Angular apps."
10+
content="Ionic Angular Quickstart covers the basics of Angular and Ionic, including any Ionic-specific features. Learn how to build Angular apps using the Ionic CLI."
1111
/>
1212
</head>
1313

1414
import DocsCard from '@components/global/DocsCard';
1515
import DocsCards from '@components/global/DocsCards';
1616

17-
Welcome! This guide will walk you through creating your first Ionic Angular app, step by step. You'll learn how to set up your development environment, generate a new project, explore the project structure, and add your first UI components and navigation.
17+
Welcome! This guide will walk you through the basics of Ionic Angular development. You'll learn how to set up your development environment, generate a simple project, explore the project structure, and understand how Ionic components work. This is perfect for getting familiar with Ionic Angular before building your first real app.
1818

1919
If you're looking for a high-level overview of what Ionic Angular is and how it fits into the Angular ecosystem, see the [Ionic Angular Overview](overview).
2020

2121
## Prerequisites
2222

23-
Before you begin, make sure you have [Node.js](https://nodejs.org/) (which includes npm) installed on your machine.
23+
Before you begin, make sure you have Node.js and npm installed on your machine.
2424
You can check by running:
2525

2626
```shell
2727
node -v
2828
npm -v
2929
```
3030

31-
If you don't have Node.js, [download it here](https://nodejs.org/en/download).
31+
If you don't have Node.js and npm, [download Node.js here](https://nodejs.org/en/download) (which includes npm).
3232

3333
## Create a Project with the Ionic CLI
3434

@@ -297,7 +297,7 @@ For more information, see the [Icon documentation](/docs/api/icon) and the [Ioni
297297

298298
## Run on a Device
299299

300-
Ionic's components work everywhere: iOS, Android, and PWAs. To deploy to mobile, use [Capacitor](https://capacitorjs.com):
300+
Ionic's components work everywhere: on iOS, Android, and PWAs. To deploy to mobile, use [Capacitor](https://capacitorjs.com):
301301

302302
```shell
303303
ionic build

versioned_docs/version-v7/angular/quickstart.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@ sidebar_label: Quickstart
44
---
55

66
<head>
7-
<title>Angular QuickStart Global Component for Generating Ionic Angular Apps</title>
7+
<title>Ionic Angular Quickstart Using Ionic CLI: Angular Basics</title>
88
<meta
99
name="description"
10-
content="Our QuickStart guide covers the basics of both Angular and Ionic Framework global components to get apps up and running. Read how to easily generate Ionic Angular apps."
10+
content="Ionic Angular Quickstart covers the basics of Angular and Ionic, including any Ionic-specific features. Learn how to build Angular apps using the Ionic CLI."
1111
/>
1212
</head>
1313

1414
import DocsCard from '@components/global/DocsCard';
1515
import DocsCards from '@components/global/DocsCards';
1616

17-
Welcome! This guide will walk you through creating your first Ionic Angular app, step by step. You'll learn how to set up your development environment, generate a new project, explore the project structure, and add your first UI components and navigation.
17+
Welcome! This guide will walk you through the basics of Ionic Angular development. You'll learn how to set up your development environment, generate a simple project, explore the project structure, and understand how Ionic components work. This is perfect for getting familiar with Ionic Angular before building your first real app.
1818

1919
If you're looking for a high-level overview of what Ionic Angular is and how it fits into the Angular ecosystem, see the [Ionic Angular Overview](overview).
2020

2121
## Prerequisites
2222

23-
Before you begin, make sure you have [Node.js](https://nodejs.org/) (which includes npm) installed on your machine.
23+
Before you begin, make sure you have Node.js and npm installed on your machine.
2424
You can check by running:
2525

2626
```shell
2727
node -v
2828
npm -v
2929
```
3030

31-
If you don't have Node.js, [download it here](https://nodejs.org/en/download).
31+
If you don't have Node.js and npm, [download Node.js here](https://nodejs.org/en/download) (which includes npm).
3232

3333
## Create a Project with the Ionic CLI
3434

@@ -297,7 +297,7 @@ For more information, see the [Icon documentation](/docs/api/icon) and the [Ioni
297297

298298
## Run on a Device
299299

300-
Ionic's components work everywhere: iOS, Android, and PWAs. To deploy to mobile, use [Capacitor](https://capacitorjs.com):
300+
Ionic's components work everywhere: on iOS, Android, and PWAs. To deploy to mobile, use [Capacitor](https://capacitorjs.com):
301301

302302
```shell
303303
ionic build

0 commit comments

Comments
 (0)