Skip to content

Commit 0229b7a

Browse files
committed
fix ts angular v18 tetss with correct versions
1 parent dc1e932 commit 0229b7a

8 files changed

Lines changed: 11574 additions & 6610 deletions

File tree

samples/client/petstore/typescript-angular-v17-provided-in-root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "typescript-angular-v19-unit-tests",
2+
"name": "typescript-angular-v17-unit-tests",
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",

samples/client/petstore/typescript-angular-v17-provided-in-root/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.openapitools</groupId>
5-
<artifactId>typescript-angular-v19-provided-in-root-tests</artifactId>
5+
<artifactId>typescript-angular-v17-provided-in-root-tests</artifactId>
66
<packaging>pom</packaging>
77
<version>1.0-SNAPSHOT</version>
88

9-
<name>Typescript-Angular v19 Petstore Client</name>
9+
<name>Typescript-Angular v17 Petstore Client</name>
1010
<build>
1111
<plugins>
1212

0 commit comments

Comments
 (0)