angular/aio/content
Rushikesh Kavar 1752af1cf5 docs: applicability of NgModule providers (#49966)
saying that providers of this NgModule is available to components,pipes and directive of "this" ngModule is not accurate sentence to describe the fact.
I am referring from: https://angular.io/guide/hierarchical-dependency-injection.
It says that "ModuleInjector is configured by the @NgModule.providers and NgModule.imports property. ModuleInjector is a flattening of all the providers arrays that can be reached by following the NgModule.imports recursively."
So, any component,pipe or directive of other NgModule within same ModuleInjector can use providers of this NgModule.
PR Close #49966
2023-04-24 09:51:56 -07:00
..
cli docs: update Angular CLI help [main] (#49605) 2023-03-27 12:45:53 -07:00
demos/first-app docs: bump first-app to 15.2 (#49217) 2023-02-27 08:03:46 -08:00
errors refactor(platform-browser): log a warning when a custom or a noop ZoneJS is used with hydration (#49944) 2023-04-23 18:23:28 -07:00
examples docs: type clearTimer function as VoidFunction or undefined (#48480) 2023-04-18 19:03:57 +00:00
extended-diagnostics feat(compiler-cli): Add an extended diagnostic for nSkipHydration (#49512) 2023-03-23 13:54:03 -07:00
guide docs: applicability of NgModule providers (#49966) 2023-04-24 09:51:56 -07:00
images docs: add Artur Androsovych to GDE resources (#48520) 2023-04-18 21:35:45 +00:00
marketing docs: update events (#49569) 2023-04-19 14:05:44 +00:00
special-elements docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
start docs: remove ticks in code sample to generate components (#49525) 2023-03-22 16:02:47 +01:00
tutorial docs: fix errors in toh-pt6.md (#49129) 2023-04-18 16:21:35 +00:00
BUILD.bazel ci: add Angular CLI help pages action (#48577) 2023-01-10 08:01:38 -08:00
file-not-found.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
license.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
navigation.json docs(docs-infra): add versions document to the navigation (#48753) 2023-04-19 14:07:30 +00:00