docs(aio): unified console.log single string style (#22737)
PR Close #22737
This commit is contained in:
parent
197387d05e
commit
e3709f5d48
|
@ -40,7 +40,7 @@ export class HeroService {
|
|||
// #enddocregion getHeroes-1
|
||||
.pipe(
|
||||
// #enddocregion getHeroes-2
|
||||
tap(heroes => this.log(`fetched heroes`)),
|
||||
tap(heroes => this.log('fetched heroes')),
|
||||
// #docregion getHeroes-2
|
||||
catchError(this.handleError('getHeroes', []))
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue