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:
Navneet Karnani 2018-08-23 15:03:38 +05:30 committed by William Cheng
parent 4830be0ea4
commit f2b0adfa05
10 changed files with 21 additions and 21 deletions

View File

@ -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 { }
``` ```

View File

@ -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 { }
``` ```

View File

@ -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 { }
``` ```

View File

@ -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 { }
``` ```

View File

@ -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 { }
``` ```

View File

@ -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 { }
``` ```

View File

@ -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 { }
``` ```

View File

@ -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 { }
``` ```

View File

@ -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 { }
``` ```

View File

@ -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 { }
``` ```