You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/angular/quickstart.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,31 +4,31 @@ sidebar_label: Quickstart
4
4
---
5
5
6
6
<head>
7
-
<title>Angular QuickStart Global Component for Generating Ionic Angular Apps</title>
7
+
<title>Ionic Angular Quickstart Using Ionic CLI: Angular Basics</title>
8
8
<meta
9
9
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."
11
11
/>
12
12
</head>
13
13
14
14
import DocsCard from '@components/global/DocsCard';
15
15
import DocsCards from '@components/global/DocsCards';
16
16
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.
18
18
19
19
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).
20
20
21
21
## Prerequisites
22
22
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.
24
24
You can check by running:
25
25
26
26
```shell
27
27
node -v
28
28
npm -v
29
29
```
30
30
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).
32
32
33
33
## Create a Project with the Ionic CLI
34
34
@@ -297,7 +297,7 @@ For more information, see the [Icon documentation](/docs/api/icon) and the [Ioni
297
297
298
298
## Run on a Device
299
299
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):
Copy file name to clipboardExpand all lines: versioned_docs/version-v7/angular/quickstart.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,31 +4,31 @@ sidebar_label: Quickstart
4
4
---
5
5
6
6
<head>
7
-
<title>Angular QuickStart Global Component for Generating Ionic Angular Apps</title>
7
+
<title>Ionic Angular Quickstart Using Ionic CLI: Angular Basics</title>
8
8
<meta
9
9
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."
11
11
/>
12
12
</head>
13
13
14
14
import DocsCard from '@components/global/DocsCard';
15
15
import DocsCards from '@components/global/DocsCards';
16
16
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.
18
18
19
19
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).
20
20
21
21
## Prerequisites
22
22
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.
24
24
You can check by running:
25
25
26
26
```shell
27
27
node -v
28
28
npm -v
29
29
```
30
30
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).
32
32
33
33
## Create a Project with the Ionic CLI
34
34
@@ -297,7 +297,7 @@ For more information, see the [Icon documentation](/docs/api/icon) and the [Ioni
297
297
298
298
## Run on a Device
299
299
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):
0 commit comments