docs(aio): fix linting for universal (#20086)

PR Close #20086
This commit is contained in:
Jesus Rodriguez
2017-11-02 00:45:43 +01:00
committed by Igor Minar
parent c75740e585
commit 18197bd56d
3 changed files with 7 additions and 7 deletions

View File

@ -119,7 +119,7 @@ export class HeroService {
// Let the app keep running by returning an empty result.
return of(result as T);
}
};
}
/** Log a HeroService message with the MessageService */