angular-cn/aio/content
Jacob Foshee fe1ada86e8 docs: add missing return to example storage.service.ts (#31434)
While JavaScript does support implicit returns, it seems TypeScript will not infer the function return type from
the implicit return of the last statement (at least not in TS 3.4.3). So, when the `return` is missing from the
`get` function the implicit type of the function is `void`. So for the `get` function to be usable it needs to an
explicit return.

PR Close #31434
2020-11-20 08:28:56 -08:00
..
cli docs: remove all references to Angular Console (#37608) 2020-07-15 12:30:59 -07:00
cli-src build(docs-infra): make the git ref for cli command docs configurable (#26391) 2018-10-11 12:57:49 -07:00
examples docs: add missing return to example storage.service.ts (#31434) 2020-11-20 08:28:56 -08:00
guide docs: move di-in-action doc to conceptual ref section (#39544) 2020-11-19 08:56:14 -08:00
images docs: add carlos caballero to GDE resources (#37976) 2020-10-28 10:52:33 -07:00
marketing docs: add ngx-skeleton-loader module into resources page (#39352) 2020-11-19 12:27:38 -08:00
start docs: add install Firebase CLI step before using its commands (#39079) 2020-10-27 14:29:05 -07:00
tutorial docs: clarify grammatical error (#39279) 2020-10-19 14:32:41 -07:00
file-not-found.md fix(docs-infra): do not create an anchor for the `file-not-found` header (#27250) 2018-12-05 13:26:26 -08:00
license.md build: bump year (#34651) 2020-01-13 07:21:43 -08:00
navigation.json docs: move di-in-action doc to conceptual ref section (#39544) 2020-11-19 08:56:14 -08:00