Skip to content

Commit f07913d

Browse files
committed
docs(angular): consistent naming
1 parent aca973e commit f07913d

7 files changed

Lines changed: 9 additions & 13 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55

66
:wave: :point_right: *Please test :sparkles: **CLI 4** :sparkles: release candidates:* `npm i -g ionic@rc` :heart:
77

8-
If you find issues, please let us know:
9-
* **Tooling for Ionic Angular 4**: See [#3019](https://github.com/ionic-team/ionic-cli/issues/3019)
10-
* **Other CLI 4 Issues**: Please create new issue
11-
128
---
139

1410
The Ionic command line interface (CLI) is your go-to tool for developing

packages/@ionic/cli-utils/src/lib/project/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ export function prettyProjectName(type?: string): string {
342342
}
343343

344344
if (type === 'angular') {
345-
return 'Ionic Angular v4+';
345+
return 'ionic/angular v4+';
346346
} else if (type === 'ionic-angular') {
347347
return 'Ionic Angular v2/v3';
348348
} else if (type === 'ionic1') {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Ionic Angular v4+ CLI Utility
1+
# ionic/angular v4+ CLI Utility
22

3-
Low-level CLI mostly for serving Ionic Angular v4+ apps.
3+
Low-level utilities mostly for building/serving ionic/angular v4+ apps.

packages/@ionic/ng-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ionic/ng-toolkit",
33
"version": "1.0.0-rc.10",
4-
"description": "Utilities for Ionic Angular v4+ apps, used by Ionic CLI",
4+
"description": "Utilities for ionic/angular v4+ apps, used by Ionic CLI",
55
"bin": {
66
"ionic-ng": "./bin/ionic-ng"
77
},
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Schematics - Ionic for Angular
1+
# Schematics - ionic/angular
22

33
This package contains the schematics which are used to generate Angular
4-
components using `ionic generate` in Ionic Angular v4+.
4+
components using `ionic generate` in ionic/angular v4+.

packages/@ionic/schematics-angular/page/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/schema",
33
"id": "SchematicsIonicAngularPage",
4-
"title": "Ionic Angular Page Options Schema",
4+
"title": "ionic/angular Page Options Schema",
55
"type": "object",
66
"properties": {
77
"path": {

packages/ionic/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a name="4.0.0"></a>
44
### 4.0.0 (PENDING)
55

6-
This release offers opt-in support for :sparkles: **Ionic Angular 4**
6+
This release offers opt-in support for :sparkles: **ionic/angular 4**
77
:sparkles:. Please be aware that [the
88
framework](https://github.com/ionic-team/ionic/tree/master/angular) is still in
99
early alpha. Opt-in to the new project type and help us test: [#3019
@@ -26,7 +26,7 @@ seamless.
2626

2727
**Ionic Angular v2/v3**: The CLI will continue working with apps using
2828
`@ionic/app-scripts` for tooling. The CLI will continue to support projects that
29-
have yet to migrate to Ionic Angular 4 w/ Angular CLI for tooling.
29+
have yet to migrate to ionic/angular 4 w/ Angular CLI for tooling.
3030

3131
**Ionic 1**: For Ionic 1 projects, a new toolkit has been introduced to slim
3232
down the main CLI package. All functionality is still supported, but the

0 commit comments

Comments
 (0)