File tree Expand file tree Collapse file tree
cli-utils/src/lib/project Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1410The Ionic command line interface (CLI) is your go-to tool for developing
Original file line number Diff line number Diff 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' ) {
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 1- # Schematics - Ionic for Angular
1+ # Schematics - ionic/angular
22
33This 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+.
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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
88framework] ( https://github.com/ionic-team/ionic/tree/master/angular ) is still in
99early 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
3232down the main CLI package. All functionality is still supported, but the
You can’t perform that action at this time.
0 commit comments