angular/aio/content/guide
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
..
component docs: add new files (#47391) 2022-09-29 10:50:14 -07:00
lifecycle-hook docs: Add topics for lifecycle directory (#47392) 2022-09-29 10:51:00 -07:00
accessibility.md docs: fix linter errors for accessibility.md (#47725) 2022-10-19 20:13:53 +02:00
add-an-animation.md docs: Document extracted from the original Introduction document, which is to be retired. Linting suggested corrections made. Restructuring or rewording sentences to be shorter and clearer. (#47907) 2023-01-20 01:21:07 +00:00
ajs-quick-reference.md docs: fix typo in quick reference (#49655) 2023-04-03 19:13:15 -07:00
angular-compiler-options.md docs: fix grammer in preserve whitespaces notes (#49928) 2023-04-19 14:18:43 +00:00
angular-package-format.md feat(bazel): (APF) Angular Package Format updates (#49559) 2023-03-23 08:18:45 -07:00
animate-state-style.md docs: Document extracted from the original Introduction document, which is to be retired. Linting suggested corrections made. Restructuring or rewording sentences to be shorter and clearer. (#47908) 2022-12-09 14:27:56 -08:00
animation-api-summary.md docs: Document extracted from the original Introduction document, which is to be retired. (#47913) 2022-12-09 15:06:50 -08:00
animation-transition-timing.md docs: Document extracted from the original Introduction document, which is to be retired. Linting suggested corrections made. Restructuring or rewording sentences to be shorter and clearer. (#47909) 2022-12-09 14:59:58 -08:00
animations-attach-to-html-template.md docs: Document extracted from the original Introduction document, which is to be retired. Linting suggested corrections made. Restructuring or rewording sentences to be shorter and clearer. (#47912) 2022-12-09 14:28:59 -08:00
animations.md docs: add missing space (#46800) 2022-07-12 15:56:09 +00:00
aot-compiler.md docs: fix … presented in aio code docs (#46123) 2022-05-25 11:30:30 -07:00
aot-metadata-errors.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
app-shell.md docs: fix doc linter warnings in app-shell.md (#47282) 2022-09-06 09:24:04 -07:00
architecture-components.md docs: apply suggestions from code review (#47350) 2022-09-06 09:38:31 -07:00
architecture-modules.md docs: Add missing period (#46799) 2022-07-12 19:04:27 +00:00
architecture-next-steps.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
architecture-services.md docs: update topics to include feedback from PR review (#46647) 2022-07-11 22:32:35 +00:00
architecture.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
attribute-binding.md docs: fix typos in several guides (#46453) 2022-06-22 09:14:53 -07:00
attribute-directives.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
binding-overview.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
binding-syntax.md docs: Fixing typo error (#48891) 2023-02-06 12:38:26 -08:00
bootstrapping.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
browser-support.md docs: update supported Chrome version description (#48782) 2023-01-20 17:07:53 +00:00
build.md docs: display the exact command to generate a browserslist config (#48879) 2023-02-02 09:36:47 -08:00
built-in-directives.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
change-detection-skipping-subtrees.md docs: fix lint errors for change detection guides (#47952) 2022-11-03 17:51:25 -07:00
change-detection-slow-computations.md docs: fix lint errors for change detection guides (#47952) 2022-11-03 17:51:25 -07:00
change-detection-zone-pollution.md docs: add a dot (#49434) 2023-04-18 16:22:50 +00:00
change-detection.md docs: fix typo (#49664) 2023-04-02 22:10:12 -07:00
cheatsheet.md fix(core): deprecate moduleId @Component property (#49496) 2023-03-24 10:27:10 -07:00
class-binding.md docs: fix linting errors in class binding guide (#47351) 2022-09-06 09:40:39 -07:00
cli-builder.md docs: fix typo in cli-builder.mf (#48129) 2022-11-21 13:44:41 -08:00
comparing-observables.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
complex-animation-sequences.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
component-interaction.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
component-overview.md docs: fix linting errors in component overview guide (#47352) 2022-09-06 09:41:12 -07:00
component-styles.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
content-projection.md docs: modify header and path (#45828) 2022-06-10 16:11:09 +00:00
contributors-guide-overview.md docs: fix style in contributors overview guide (#48440) 2022-12-12 14:05:00 -08:00
creating-injectable-service.md docs: update dependency injection content (#44466) 2022-08-05 10:06:13 -07:00
creating-libraries.md docs: Grammer update (#46567) 2022-06-28 21:40:20 -07:00
dependency-injection-in-action.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
dependency-injection-navtree.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
dependency-injection-overview.md docs: move tour of heroes tutorial to a subdirectory (#48162) 2022-12-12 12:07:46 -08:00
dependency-injection-providers.md docs: update dependency injection content (#44466) 2022-08-05 10:06:13 -07:00
dependency-injection.md docs: applicability of NgModule providers (#49966) 2023-04-24 09:51:56 -07:00
deployment.md docs: update docs about prodMode. (#49745) 2023-04-10 09:02:29 -07:00
deprecations.md refactor(platform-browser): remove deprecated BrowserTransferStateModule symbol (#49718) 2023-04-05 13:00:25 -07:00
developer-guide-overview.md docs: fix lint errors for change detection guides (#47952) 2022-11-03 17:51:25 -07:00
devtools.md docs: Specify when an app is debuggable by the DevTools. (#48970) 2023-04-17 17:32:41 +00:00
directive-composition-api.md docs: modify directive composition API guide (#48439) 2022-12-12 14:58:17 -08:00
doc-build-test.md docs: update docs to use new build and test commands (#48266) 2022-11-28 15:33:53 -08:00
doc-edit-finish.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-editing.md docs: update docs to use new build and test commands (#48266) 2022-11-28 15:33:53 -08:00
doc-github-tasks.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-pr-open.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-pr-prep.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-pr-update.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-prepare-to-edit.md docs: update docs to use new build and test commands (#48266) 2022-11-28 15:33:53 -08:00
doc-select-issue.md docs: replaces "comp: docs" label to "area: docs" (#49952) 2023-04-20 14:50:00 -07:00
doc-tasks.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-update-overview.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-update-start.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
docs-lint-errors.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
docs-style-guide.md docs: move tour of heroes tutorial to a subdirectory (#48162) 2022-12-12 12:07:46 -08:00
dynamic-component-loader.md docs: apply suggestions from code review (#45325) 2022-04-08 19:36:30 +00:00
dynamic-form.md docs: fixed typos (#47008) 2022-08-01 11:15:54 -07:00
elements.md docs(elements): fix typo in guide (@ --> @) (#46688) 2022-07-06 07:31:15 -07:00
event-binding-concepts.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
event-binding.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
example-apps-list.md docs: move tour of heroes tutorial to a subdirectory (#48162) 2022-12-12 12:07:46 -08:00
feature-modules.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
file-structure.md docs: update projects file structure (#47841) 2022-10-25 10:28:31 +02:00
form-validation.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
forms-overview.md docs: fix grammar (#47333) 2022-09-06 09:33:15 -07:00
forms.md docs: move tour of heroes tutorial to a subdirectory (#48162) 2022-12-12 12:07:46 -08:00
frequent-ngmodules.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
glossary.md docs(docs-infra): missing "is" in glossary (#49356) 2023-03-07 19:16:41 +00:00
hierarchical-dependency-injection.md docs: fix typo in Hierarchical injectors doc (#49824) 2023-04-17 13:59:09 +00:00
http-configure-http-url-parameters.md docs: new doc extract from original HTTP doc to be retired. (#48911) 2023-02-17 11:04:21 -08:00
http-handle-request-errors.md docs: New doc extract from original HTTP doc to be retired. (#48908) 2023-02-28 09:30:13 -08:00
http-intercept-requests-and-responses.md docs: Intercept requests - insert updated link. (#49446) 2023-03-17 08:34:15 +01:00
http-interceptor-use-cases.md docs: New doc extract from original HTTP doc to be retired. (#48913) 2023-02-17 11:04:50 -08:00
http-make-jsonp-request.md docs: escape script tag to prevent rendering problems (#49152) 2023-02-22 11:29:28 -08:00
http-optimize-server-interaction.md docs: Optimize server interaction - insert updated link. (#49438) 2023-03-17 08:36:57 +01:00
http-pass-metadata-to-interceptors.md docs: New doc HTTP client - Pass metadata to interceptors. (#48918) 2023-02-17 11:06:57 -08:00
http-request-data-from-server.md docs: New document extracted from the original Communicating with backend services using HTTP document, which is to be retired. (#47971) 2023-02-28 09:29:12 -08:00
http-security-xsrf-protection.md docs: New doc HTTP client - Security: Cross-Site Request Forgery (XSRF) protection (#48916) 2023-02-17 11:05:26 -08:00
http-send-data-to-server.md docs: Send data to server - insert updated links. (#49447) 2023-03-20 08:49:20 +01:00
http-server-communication.md docs: New document extracted from the original Communicating with backend services using HTTP document, which is to be retired. (#47937) 2023-02-27 15:24:40 -08:00
http-setup-server-communication.md docs: New document extracted from the original Communicating with backend services using HTTP document, which is to be retired. (#47965) 2023-02-17 11:03:05 -08:00
http-test-requests.md docs: New doc HTTP client - Test requests (#48917) 2023-02-17 11:06:03 -08:00
http-track-show-request-progress.md docs: Track and show request progress - insert updated link. (#49439) 2023-03-17 08:35:44 +01:00
http.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
hydration.md 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
i18n-common-add-package.md docs: Fixed Typo (#49753) 2023-04-17 13:58:15 +00:00
i18n-common-deploy.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
i18n-common-format-data-locale.md docs(docs-infra): fix wording inconsistency of the i18n common prepare section references (#47582) 2023-01-11 14:54:08 -08:00
i18n-common-locale-id.md build: clean up references to old master branch (#45856) 2022-05-04 16:23:33 -07:00
i18n-common-merge.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
i18n-common-overview.md docs: update internationalization topics (#43722) 2021-10-12 21:38:37 +00:00
i18n-common-prepare.md docs(docs-infra): fix wording inconsistency of the i18n common prepare section references (#47582) 2023-01-11 14:54:08 -08:00
i18n-common-translation-files.md docs: fix typo (#49704) 2023-04-04 15:00:38 -07:00
i18n-example.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
i18n-optional-import-global-variants.md docs(common): fix links to locales in i18n guides (#45661) 2022-04-19 09:17:33 -07:00
i18n-optional-manage-marked-text.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
i18n-optional-manual-runtime-locale.md docs: fix link to unpkged locales (#46379) 2022-06-15 14:05:14 -07:00
i18n-optional-overview.md docs: remove link (#43979) 2021-10-29 15:46:32 -07:00
i18n-overview.md docs: add i18n video to the overview page (#46273) 2022-06-06 11:46:49 -07:00
image-directive.md feat(common): Add loaderParams attribute to NgOptimizedImage (#48907) 2023-02-06 10:10:44 -08:00
inputs-outputs.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
interpolation.md docs: fix typos in several guides (#46453) 2022-06-22 09:14:53 -07:00
language-service.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
lazy-loading-ngmodules.md docs: fix linter errors for lazy-loading-ngmodules.md (#47645) 2022-10-06 16:50:00 +00:00
libraries.md docs: fix linter errors for libraries.md (#47668) 2022-10-06 16:48:39 +00:00
lifecycle-hooks.md docs: move tour of heroes tutorial to a subdirectory (#48162) 2022-12-12 12:07:46 -08:00
lightweight-injection-tokens.md docs: fix linter errors for lightweight-injection-tokens.md (#47673) 2022-10-06 18:10:34 +00:00
localized-documentation.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
localizing-angular.md docs: move tour of heroes tutorial to a subdirectory (#48162) 2022-12-12 12:07:46 -08:00
migration-dynamic-flag.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
migration-injectable.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
migration-legacy-message-id.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
migration-localize.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
migration-module-with-providers.md refactor: remove Angular Compatibility Compiler (ngcc) (#49101) 2023-02-16 16:01:17 -08:00
migration-renderer.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
migration-undecorated-classes.md refactor: remove Angular Compatibility Compiler (ngcc) (#49101) 2023-02-16 16:01:17 -08:00
migration-update-libraries-tslib.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
module-types.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
ngmodule-api.md feat(core): remove entryComponents (#49484) 2023-03-23 10:38:03 -07:00
ngmodule-faq.md feat(core): remove entryComponents (#49484) 2023-03-23 10:38:03 -07:00
ngmodule-vs-jsmodule.md feat(core): remove entryComponents (#49484) 2023-03-23 10:38:03 -07:00
ngmodules.md feat(core): remove entryComponents (#49484) 2023-03-23 10:38:03 -07:00
npm-packages.md docs: fix … presented in aio code docs (#46123) 2022-05-25 11:30:30 -07:00
observables-in-angular.md docs: update links and TOC (#45897) 2022-05-16 16:07:34 -07:00
observables.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
pipe-template.md docs: new Pipes in templates doc (#45897) 2022-05-16 16:07:34 -07:00
pipes-custom-data-trans.md docs: Custom data Pipes doc, fixed live-example link. (#48656) 2023-01-10 08:08:07 -08:00
pipes-overview.md docs: fix link to live example (#47011) 2022-08-01 14:20:36 -07:00
pipes-transform-data.md docs: Pipes transform data new doc (#45897) 2022-05-16 16:07:33 -07:00
pipes.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
practical-observable-usage.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
prerendering.md docs: Typo (#49781) 2023-04-11 10:27:51 -07:00
property-binding-best-practices.md docs: fixed typo error (#49637) 2023-03-30 09:38:42 -07:00
property-binding.md docs: fix linter errors for property-binding.md (#47687) 2022-10-11 21:18:45 +00:00
providers.md docs: clarify providers' injection in lazy loaded modules (#47094) 2022-08-10 10:45:03 -07:00
reactive-forms.md docs: update Reactive Forms' FormControl usage description (#48858) 2023-01-27 16:22:11 +00:00
releases.md docs: update date from 2022 to 2023 (#48485) 2022-12-14 08:43:31 -08:00
reusable-animations.md docs: Linting suggested corrections made. Restructuring or rewording sentences to be shorter and clearer. (#47790) 2022-10-19 20:10:55 +02:00
reviewing-content.md docs: fix typos in reviewing content guide (#48441) 2022-12-12 14:05:36 -08:00
roadmap.md refactor: remove Angular Compatibility Compiler (ngcc) (#49101) 2023-02-16 16:01:17 -08:00
route-animations.md docs: Linting suggested corrections made. Restructuring or rewording sentences to be shorter and clearer. Inserted an introductory paragraph under level 1 heading. (#47788) 2022-10-19 15:24:10 +02:00
router-reference.md docs: update references to HeroListComponent (#46647) 2022-07-11 22:32:35 +00:00
router-tutorial-toh.md docs: schematics for functional guards & resolvers (#49865) 2023-04-19 16:22:53 +00:00
router-tutorial.md docs: move tour of heroes tutorial to a subdirectory (#48162) 2022-12-12 12:07:46 -08:00
router.md docs: schematics for functional guards & resolvers (#49865) 2023-04-19 16:22:53 +00:00
routing-overview.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
routing-with-urlmatcher.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
rx-library.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
schematics-authoring.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
schematics-for-libraries.md build: clean up references to old master branch (#45856) 2022-05-04 16:23:33 -07:00
schematics.md docs: fixing copy inconsistencies in schematics description (#47453) 2022-10-24 10:41:47 +02:00
security.md docs: update security guide to mention new CSP functionality (#49561) 2023-03-30 16:10:06 -07:00
service-worker-communications.md docs(service-worker): improve docs related to SwUpdate APIs (#46960) 2022-09-06 09:11:57 -07:00
service-worker-config.md fix(service-worker): only consider GET requests as navigation requests (#47263) 2022-09-06 10:02:10 -07:00
service-worker-devops.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
service-worker-getting-started.md docs: removing http-server section in Service worker tour (#47613) 2022-10-24 15:42:56 +02:00
service-worker-intro.md docs: link fix from google.developers to web.dev (#46768) 2022-07-11 18:14:59 +00:00
service-worker-notifications.md docs(service-worker): remove duplication when describing notificationclick operations (#46912) 2022-08-01 09:51:56 -07:00
setup-local.md docs: add missing word (#49565) 2023-03-23 11:44:04 -07:00
sharing-ngmodules.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
singleton-services.md docs: move tour of heroes tutorial to a subdirectory (#48162) 2022-12-12 12:07:46 -08:00
standalone-components.md docs(docs-infra): Fix typo in documentation for standalone components (#48026) 2022-11-11 08:48:34 -08:00
standalone-migration.md docs: add guide for standalone migration (#49044) 2023-02-16 15:33:18 -08:00
static-query-migration.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
strict-mode.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
structural-directives.md docs: fixed grammar (#49560) 2023-03-28 10:14:44 -07:00
style-precedence.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
styleguide.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
svg-in-templates.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
template-expression-operators.md docs: Use of $any() has no runtime incidence. (#48785) 2023-01-24 16:47:33 +00:00
template-overview.md docs: add template overview doc (#45897) 2022-05-16 16:07:34 -07:00
template-reference-variables.md docs: Understanding template variables updated (#45897) 2022-05-16 16:07:33 -07:00
template-statements.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
template-syntax.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
template-typecheck.md docs: fix typos in several guides (#46453) 2022-06-22 09:14:53 -07:00
test-debugging.md docs: correct debugging task step (#46832) 2022-07-13 22:55:20 +00:00
testing-attribute-directives.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
testing-code-coverage.md docs: update documentation to use ng generate config and ng generate environments (#48757) 2023-01-18 10:44:14 -08:00
testing-components-basics.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
testing-components-scenarios.md docs(router): Update component testing to user RouterTestingHarness (#48553) 2023-03-02 13:17:17 -08:00
testing-pipes.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
testing-services.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
testing-utility-apis.md docs: add missing space (#46800) 2022-07-12 15:56:09 +00:00
testing.md docs: update documentation to use ng generate config and ng generate environments (#48757) 2023-01-18 10:44:14 -08:00
transition-and-triggers.md docs: Linting corrections. Restructuring or rewording sentences to be shorter and clearer. (#47897) 2022-10-28 02:37:46 -07:00
two-way-binding.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
typed-forms.md docs: add link to YouTube video of Typed Forms (#47361) 2022-09-19 17:12:34 +02:00
typescript-configuration.md docs: update typescript configuration (#47842) 2022-10-25 10:29:37 +02:00
understanding-angular-animation.md docs: Document extracted from the original Introduction document, which is to be retired. Linting suggested corrections made. Restructuring or rewording sentences to be shorter and clearer. (#47906) 2023-01-19 21:32:34 +00:00
understanding-angular-overview.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
understanding-communicating-with-http.md docs: Understanding communicating with http - insert updated links. (#49429) 2023-03-15 17:18:53 -07:00
understanding-template-expr-overview.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
universal.md docs: add information on how to run universal in conjunction with service worker (#49795) 2023-04-12 09:24:49 -07:00
update-to-version-14.md docs: update-to-version-14 linting fixes (#49839) 2023-04-19 18:10:33 +00:00
update-to-version-15.md docs: Fix example in breaking changes to apply to correct sentence (#48758) 2023-01-17 09:21:50 -08:00
updating-content-github-ui.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
updating-search-keywords.md docs: fix typo in search keywords guide (#48442) 2022-12-12 14:19:58 -08:00
updating.md build: clean up references to old master branch (#45856) 2022-05-04 16:23:33 -07:00
upgrade-performance.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
upgrade-setup.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
upgrade.md feat(bazel): (APF) Angular Package Format updates (#49559) 2023-03-23 08:18:45 -07:00
user-input.md docs: fix linter errors in user-input.md (#47832) 2022-10-21 19:14:00 +02:00
using-libraries.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
versions.md docs(core): add version ranges for Angular 14.3 (#48753) 2023-04-19 14:07:30 +00:00
view-encapsulation.md docs: remove the warning about shadowDom support (#49961) 2023-04-23 18:22:44 -07:00
web-worker.md docs: fix linter errors for web-worker.md (#47766) 2022-10-17 12:13:40 +02:00
what-is-angular.md docs: fix linter errors for what-is-angular.md (#47708) 2022-10-11 23:07:09 +00:00
workspace-config.md docs: add information on how to use index option in configuration (#49813) 2023-04-19 18:46:10 +00:00
zone.md docs: fix linter errors for zone.md (#47707) 2022-10-17 12:14:44 +02:00