diff --git a/aio/content/errors/NG0201.md b/aio/content/errors/NG0201.md index ace46e22b7..b2eece989b 100644 --- a/aio/content/errors/NG0201.md +++ b/aio/content/errors/NG0201.md @@ -1,7 +1,7 @@ @name No Provider Found @category runtime @videoUrl https://www.youtube.com/embed/lAlOryf1-WU -@shortDescription No provider for found injectorDetails +@shortDescription No provider for {token} found! @description You see this error when you try to inject a service but have not declared a corresponding provider. A provider is a mapping that supplies a value that you can inject into the constructor of a class in your application.