angular/packages/core/src
Cédric Exbrayat 76790a63de fix(core): improve the missing control flow directive message (#46903)
Similarly to what has been done in #46846 for the extended diagnostics about missing control flow directive that was only mentioning that the `CommonModule` should be imported, this commit improves the validation done by the JiT compiler.
Now that the control flow directives are available as standalone, the message mentions that directive itself can be imported.

The message now also mentions which import should be used for the directive (as it can be tricky to figure out that `NgForOf` is the directive corresponding to `*ngFor`).

PR Close #46903
2022-07-21 08:27:31 +00:00
..
change_detection docs: fix spelling (#46713) 2022-07-08 20:54:52 +00:00
compiler build(bazel): remove tsec patch to enable runfiles on Windows (#46447) 2022-06-21 12:19:53 -07:00
debug docs: fix spelling (#46713) 2022-07-08 20:54:52 +00:00
di refactor(core): improve an error message when ENVIRONMENT_INITIALIZER is not a multi provider (#46829) 2022-07-13 22:01:14 +00:00
i18n refactor(core): make i18n error messages tree shakable (#46468) 2022-06-23 16:36:35 -07:00
interface build(bazel): remove tsec patch to enable runfiles on Windows (#46447) 2022-06-21 12:19:53 -07:00
linker refactor(core): move the code to avoid circular dependencies (#46685) 2022-07-14 18:52:37 +00:00
metadata feat(core): support the descendants option for ContentChild queries (#46638) 2022-07-01 10:20:26 -07:00
reflection build(bazel): remove tsec patch to enable runfiles on Windows (#46447) 2022-06-21 12:19:53 -07:00
render refactor(core): remove experimental Renderer3 abstraction (#46605) 2022-06-30 09:04:56 -07:00
render3 fix(core): improve the missing control flow directive message (#46903) 2022-07-21 08:27:31 +00:00
sanitization refactor(common): align tree shakable error messages to new format (#46370) 2022-06-15 14:05:54 -07:00
testability perf(platform-browser): avoid including Testability by default in bootstrapApplication (#45885) 2022-05-10 13:34:28 -07:00
util build(bazel): remove tsec patch to enable runfiles on Windows (#46447) 2022-06-21 12:19:53 -07:00
view refactor: delete the View Engine runtime (#43884) 2021-11-23 21:10:06 +00:00
zone feat(core): import AsyncStackTaggingZone if available (#46693) 2022-07-11 20:01:50 +00:00
application_init.ts perf(core): make Compiler, ApplicationRef and ApplicationInitStatus tree-shakable (#45102) 2022-02-18 13:40:02 -08:00
application_module.ts perf(core): make LOCALE_ID and other tokens from ApplicationModule tree-shakable (#45102) 2022-02-18 13:40:02 -08:00
application_ref.ts feat(core): introduce createApplication API (#46475) 2022-07-18 18:20:27 +00:00
application_tokens.ts refactor(core): make platform core providers tree-shakable (#45506) 2022-04-12 22:28:23 +00:00
change_detection.ts perf(core): remove support for the deprecated WrappedValue (#43507) 2021-10-01 12:25:19 -04:00
console.ts refactor(core): make platform core providers tree-shakable (#45506) 2022-04-12 22:28:23 +00:00
core.externs.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
core.ts refactor(core): move the code to avoid circular dependencies (#46685) 2022-07-14 18:52:37 +00:00
core_private_export.ts feat(core): introduce createApplication API (#46475) 2022-07-18 18:20:27 +00:00
core_render3_private_export.ts refactor(core): remove experimental renderComponent function (#46605) 2022-06-30 09:04:56 -07:00
di.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
error_details_base_url.ts refactor(core): move runtime error code logic (#44398) 2022-01-06 23:43:18 +00:00
error_handler.ts refactor(core): remove unused error handler logic (#46216) 2022-06-02 13:40:16 -07:00
errors.ts refactor(core): improve an error message when ENVIRONMENT_INITIALIZER is not a multi provider (#46829) 2022-07-13 22:01:14 +00:00
event_emitter.ts refactor(core): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:15 -07:00
linker.ts feat(core): add getNgModuleById function to retrieve loaded NgModules by id (#43580) 2021-10-04 16:35:26 -07:00
metadata.ts refactor(core): move ModuleWithProviders type (#45722) 2022-04-27 09:05:51 -07:00
platform_core_providers.ts refactor(core): make platform core providers tree-shakable (#45506) 2022-04-12 22:28:23 +00:00
r3_symbols.ts refactor(core): rename ɵɵInjectableDef interface to ɵɵInjectableDeclaration (#41316) 2021-04-07 13:57:12 -07:00
render.ts refactor(core): clean up circular dependencies (#39722) 2020-11-18 09:15:29 -08:00
version.ts Revert "refactor(core): optimize calls to split and slice while computing version parts (#41208)" 2021-05-12 14:13:50 -04:00
zone.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00