Skip to content

Commit ec39005

Browse files
authored
[typescript-angular] drop support of angular below 6.0.0 (#6360)
* typescript-angular: drop support for angular below 6.0.0 * typescript-angular: re-generate samples * typescript-angular: re-generate docs
1 parent 7d4bbcc commit ec39005

File tree

224 files changed

+74
-20741
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+74
-20741
lines changed

bin/typescript-angular-petstore-all.sh

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/bin/sh
22

3-
./bin/typescript-angular-v2-petstore.sh
4-
./bin/typescript-angular-v2-petstore-with-npm.sh
5-
./bin/typescript-angular-v2-petstore-interfaces.sh
6-
./bin/typescript-angular-v4-petstore-with-npm.sh
7-
./bin/typescript-angular-v4.3-petstore-with-npm.sh
83
./bin/typescript-angular-v6-petstore-not-provided-in-root.sh
94
./bin/typescript-angular-v6-petstore-not-provided-in-root-with-npm.sh
105
./bin/typescript-angular-v6-petstore-provided-in-root.sh

bin/typescript-angular-v2-petstore-interfaces.sh

-32
This file was deleted.

bin/typescript-angular-v2-petstore-with-npm.sh

-32
This file was deleted.

bin/typescript-angular-v2-petstore.sh

-32
This file was deleted.

bin/typescript-angular-v4-petstore-with-npm.sh

-32
This file was deleted.

bin/typescript-angular-v4.3-petstore-with-npm.sh

-32
This file was deleted.

bin/windows/typescript-angular-petstore-all.bat

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
call .\bin\windows\typescript-angular-v2-with-npm.bat
2-
call .\bin\windows\typescript-angular-v2-interfaces.bat
3-
call .\bin\windows\typescript-angular-v2.bat
4-
call .\bin\windows\typescript-angular-v4-with-npm.bat
5-
call .\bin\windows\typescript-angular-v4.3-with-npm.bat
61
call .\bin\windows\typescript-angular-v6-provided-in-root.bat
72
call .\bin\windows\typescript-angular-v6-provided-in-root-with-npm.bat
83
call .\bin\windows\typescript-angular-v6-not-provided-in-root.bat

bin/windows/typescript-angular-v2-interfaces.bat

-10
This file was deleted.

bin/windows/typescript-angular-v2-with-npm.bat

-10
This file was deleted.

bin/windows/typescript-angular-v2.bat

-10
This file was deleted.

bin/windows/typescript-angular-v4-with-npm.bat

-10
This file was deleted.

bin/windows/typescript-angular-v4.3-with-npm.bat

-10
This file was deleted.

docs/generators/typescript-angular.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sidebar_label: typescript-angular
1515
|modelFileSuffix|The suffix of the file of the generated model (model<suffix>.ts).| |null|
1616
|modelPropertyNaming|Naming convention for the property: 'camelCase', 'PascalCase', 'snake_case' and 'original', which keeps the original name. Only change it if you provide your own run-time code for (de-)serialization of models| |original|
1717
|modelSuffix|The suffix of the generated model.| |null|
18-
|ngVersion|The version of Angular.| |9.0.0|
18+
|ngVersion|The version of Angular. (At least 6.0.0)| |9.0.0|
1919
|npmName|The name under which you want to publish generated npm package. Required to generate a full package| |null|
2020
|npmRepository|Use this property to set an url your private npmRepo in the package.json| |null|
2121
|npmVersion|The version of your npm package. If not provided, using the version from the OpenAPI specification file.| |1.0.0|

0 commit comments

Comments
 (0)