Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[typescript-angular] drop support of angular below 6.0.0 #6360

Merged
merged 3 commits into from
May 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions bin/typescript-angular-petstore-all.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/sh

./bin/typescript-angular-v2-petstore.sh
./bin/typescript-angular-v2-petstore-with-npm.sh
./bin/typescript-angular-v2-petstore-interfaces.sh
./bin/typescript-angular-v4-petstore-with-npm.sh
./bin/typescript-angular-v4.3-petstore-with-npm.sh
./bin/typescript-angular-v6-petstore-not-provided-in-root.sh
./bin/typescript-angular-v6-petstore-not-provided-in-root-with-npm.sh
./bin/typescript-angular-v6-petstore-provided-in-root.sh
Expand Down
32 changes: 0 additions & 32 deletions bin/typescript-angular-v2-petstore-interfaces.sh

This file was deleted.

32 changes: 0 additions & 32 deletions bin/typescript-angular-v2-petstore-with-npm.sh

This file was deleted.

32 changes: 0 additions & 32 deletions bin/typescript-angular-v2-petstore.sh

This file was deleted.

32 changes: 0 additions & 32 deletions bin/typescript-angular-v4-petstore-with-npm.sh

This file was deleted.

32 changes: 0 additions & 32 deletions bin/typescript-angular-v4.3-petstore-with-npm.sh

This file was deleted.

5 changes: 0 additions & 5 deletions bin/windows/typescript-angular-petstore-all.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
call .\bin\windows\typescript-angular-v2-with-npm.bat
call .\bin\windows\typescript-angular-v2-interfaces.bat
call .\bin\windows\typescript-angular-v2.bat
call .\bin\windows\typescript-angular-v4-with-npm.bat
call .\bin\windows\typescript-angular-v4.3-with-npm.bat
call .\bin\windows\typescript-angular-v6-provided-in-root.bat
call .\bin\windows\typescript-angular-v6-provided-in-root-with-npm.bat
call .\bin\windows\typescript-angular-v6-not-provided-in-root.bat
Expand Down
10 changes: 0 additions & 10 deletions bin/windows/typescript-angular-v2-interfaces.bat

This file was deleted.

10 changes: 0 additions & 10 deletions bin/windows/typescript-angular-v2-with-npm.bat

This file was deleted.

10 changes: 0 additions & 10 deletions bin/windows/typescript-angular-v2.bat

This file was deleted.

10 changes: 0 additions & 10 deletions bin/windows/typescript-angular-v4-with-npm.bat

This file was deleted.

10 changes: 0 additions & 10 deletions bin/windows/typescript-angular-v4.3-with-npm.bat

This file was deleted.

2 changes: 1 addition & 1 deletion docs/generators/typescript-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sidebar_label: typescript-angular
|modelFileSuffix|The suffix of the file of the generated model (model<suffix>.ts).| |null|
|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|
|modelSuffix|The suffix of the generated model.| |null|
|ngVersion|The version of Angular.| |9.0.0|
|ngVersion|The version of Angular. (At least 6.0.0)| |9.0.0|
|npmName|The name under which you want to publish generated npm package. Required to generate a full package| |null|
|npmRepository|Use this property to set an url your private npmRepo in the package.json| |null|
|npmVersion|The version of your npm package. If not provided, using the version from the OpenAPI specification file.| |1.0.0|
Expand Down
Loading