docs: fix NG0201 error description (#40500)

PR Close #40500
This commit is contained in:
cexbrayat 2021-01-21 10:50:12 +01:00 committed by Jessica Janiuk
parent e25413c6da
commit c5599ccd3e
1 changed files with 1 additions and 1 deletions

View File

@ -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.