forked from loafle/openapi-generator-original
Nit: Language fix in README.md (#871)
* Nit: Language fix in README.md Usage of "then" vs "than" * update TS petstore samples
This commit is contained in:
parent
4830be0ea4
commit
f2b0adfa05
@ -11,10 +11,10 @@ npm run build
|
|||||||
### publishing
|
### publishing
|
||||||
|
|
||||||
{{#useNgPackagr}}
|
{{#useNgPackagr}}
|
||||||
First build the package than run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
First build the package then run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||||
{{/useNgPackagr}}
|
{{/useNgPackagr}}
|
||||||
{{^useNgPackagr}}
|
{{^useNgPackagr}}
|
||||||
First build the package than run ```npm publish```
|
First build the package then run ```npm publish```
|
||||||
{{/useNgPackagr}}
|
{{/useNgPackagr}}
|
||||||
|
|
||||||
### consuming
|
### consuming
|
||||||
@ -190,4 +190,4 @@ import { environment } from '../environments/environment';
|
|||||||
bootstrap: [ AppComponent ]
|
bootstrap: [ AppComponent ]
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule { }
|
||||||
```
|
```
|
||||||
|
@ -10,7 +10,7 @@ npm run build
|
|||||||
|
|
||||||
### publishing
|
### publishing
|
||||||
|
|
||||||
First build the package than run ```npm publish```
|
First build the package then run ```npm publish```
|
||||||
|
|
||||||
### consuming
|
### consuming
|
||||||
|
|
||||||
@ -171,4 +171,4 @@ import { environment } from '../environments/environment';
|
|||||||
bootstrap: [ AppComponent ]
|
bootstrap: [ AppComponent ]
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule { }
|
||||||
```
|
```
|
||||||
|
@ -10,7 +10,7 @@ npm run build
|
|||||||
|
|
||||||
### publishing
|
### publishing
|
||||||
|
|
||||||
First build the package than run ```npm publish```
|
First build the package then run ```npm publish```
|
||||||
|
|
||||||
### consuming
|
### consuming
|
||||||
|
|
||||||
@ -171,4 +171,4 @@ import { environment } from '../environments/environment';
|
|||||||
bootstrap: [ AppComponent ]
|
bootstrap: [ AppComponent ]
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule { }
|
||||||
```
|
```
|
||||||
|
@ -10,7 +10,7 @@ npm run build
|
|||||||
|
|
||||||
### publishing
|
### publishing
|
||||||
|
|
||||||
First build the package than run ```npm publish```
|
First build the package then run ```npm publish```
|
||||||
|
|
||||||
### consuming
|
### consuming
|
||||||
|
|
||||||
@ -171,4 +171,4 @@ import { environment } from '../environments/environment';
|
|||||||
bootstrap: [ AppComponent ]
|
bootstrap: [ AppComponent ]
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule { }
|
||||||
```
|
```
|
||||||
|
@ -10,7 +10,7 @@ npm run build
|
|||||||
|
|
||||||
### publishing
|
### publishing
|
||||||
|
|
||||||
First build the package than run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
First build the package then run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||||
|
|
||||||
### consuming
|
### consuming
|
||||||
|
|
||||||
@ -175,4 +175,4 @@ import { environment } from '../environments/environment';
|
|||||||
bootstrap: [ AppComponent ]
|
bootstrap: [ AppComponent ]
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule { }
|
||||||
```
|
```
|
||||||
|
@ -10,7 +10,7 @@ npm run build
|
|||||||
|
|
||||||
### publishing
|
### publishing
|
||||||
|
|
||||||
First build the package than run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
First build the package then run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||||
|
|
||||||
### consuming
|
### consuming
|
||||||
|
|
||||||
@ -171,4 +171,4 @@ import { environment } from '../environments/environment';
|
|||||||
bootstrap: [ AppComponent ]
|
bootstrap: [ AppComponent ]
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule { }
|
||||||
```
|
```
|
||||||
|
@ -10,7 +10,7 @@ npm run build
|
|||||||
|
|
||||||
### publishing
|
### publishing
|
||||||
|
|
||||||
First build the package than run ```npm publish```
|
First build the package then run ```npm publish```
|
||||||
|
|
||||||
### consuming
|
### consuming
|
||||||
|
|
||||||
@ -175,4 +175,4 @@ import { environment } from '../environments/environment';
|
|||||||
bootstrap: [ AppComponent ]
|
bootstrap: [ AppComponent ]
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule { }
|
||||||
```
|
```
|
||||||
|
@ -10,7 +10,7 @@ npm run build
|
|||||||
|
|
||||||
### publishing
|
### publishing
|
||||||
|
|
||||||
First build the package than run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
First build the package then run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||||
|
|
||||||
### consuming
|
### consuming
|
||||||
|
|
||||||
@ -175,4 +175,4 @@ import { environment } from '../environments/environment';
|
|||||||
bootstrap: [ AppComponent ]
|
bootstrap: [ AppComponent ]
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule { }
|
||||||
```
|
```
|
||||||
|
@ -10,7 +10,7 @@ npm run build
|
|||||||
|
|
||||||
### publishing
|
### publishing
|
||||||
|
|
||||||
First build the package than run ```npm publish```
|
First build the package then run ```npm publish```
|
||||||
|
|
||||||
### consuming
|
### consuming
|
||||||
|
|
||||||
@ -175,4 +175,4 @@ import { environment } from '../environments/environment';
|
|||||||
bootstrap: [ AppComponent ]
|
bootstrap: [ AppComponent ]
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule { }
|
||||||
```
|
```
|
||||||
|
@ -10,7 +10,7 @@ npm run build
|
|||||||
|
|
||||||
### publishing
|
### publishing
|
||||||
|
|
||||||
First build the package than run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
First build the package then run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||||
|
|
||||||
### consuming
|
### consuming
|
||||||
|
|
||||||
@ -175,4 +175,4 @@ import { environment } from '../environments/environment';
|
|||||||
bootstrap: [ AppComponent ]
|
bootstrap: [ AppComponent ]
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule { }
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user