angular-cn/packages/core/src/render3
Andrew Scott d543b13e5c Revert "fix(core): log error instead of warning for unknown properties and elements (#35798)" (#35845)
This reverts commit 00f3c58bb9.
Rolling back because it could be breaking e2e tests that assert that
there are no errors in the console after the assertions have run. We can
re-add this in v10.

PR Close #35845
2020-03-03 16:02:58 -08:00
..
features fix(core): remove side effects from `ɵɵNgOnChangesFeature()` (#35769) 2020-03-03 08:50:03 -08:00
instructions Revert "fix(core): log error instead of warning for unknown properties and elements (#35798)" (#35845) 2020-03-03 16:02:58 -08:00
interfaces refactor(ivy): Remove `TNode.directives` in favor of `TData` (#35050) 2020-02-03 08:56:51 -08:00
jit perf(core): avoid recursive scope recalculation when TestBed.overrideModule is used (#35454) 2020-02-25 13:11:42 -08:00
styling refactor(ivy): Explicitly pass in `TView` (#35069) 2020-02-04 12:56:47 -08:00
util refactor(ivy): Explicitly pass in `TView` (#35069) 2020-02-04 12:56:47 -08:00
CODE_GEN_API.md refactor(ivy): Move instructions back to ɵɵ (#30546) 2019-05-20 16:37:47 -07:00
PERF_NOTES.md refactor(ivy): rename `tView.firstTemplatePass` to `tView.firstCreatePass` (#31270) 2019-11-04 21:39:23 +00:00
STATUS.md docs: changes AoT to AOT for consistency (#35112) 2020-02-04 10:43:33 -08:00
STORING_METADATA_IN_D.TS.md refactor(core): rename ngDirectiveDef to ɵdir (#33110) 2019-10-14 16:20:11 +00:00
TREE_SHAKING.md docs(ivy): add feature principle doc (#21565) 2018-01-17 17:01:09 -08:00
VIEW_DATA.md refactor(ivy): delete `ɵɵallocHostVars` instruction (#34708) 2020-01-24 12:22:10 -08:00
assert.ts refactor(ivy): Switch styling to new reconcile algorithm (#34616) 2020-01-24 12:23:00 -08:00
bindings.ts refactor(ivy): Switch styling to new reconcile algorithm (#34616) 2020-01-24 12:23:00 -08:00
component.ts fix(ivy): add attributes and classes to host elements based on selector (#34481) 2020-02-18 17:18:13 -08:00
component_ref.ts fix(ivy): add attributes and classes to host elements based on selector (#34481) 2020-02-18 17:18:13 -08:00
context_discovery.ts refactor(ivy): rename `getComponentViewByIndex` to `getComponentLViewByIndex` (#33074) 2019-10-22 12:00:20 -07:00
definition.ts fix(core): add `noSideEffects()` to `ɵɵdefineComponent()` (#35769) 2020-03-03 08:50:03 -08:00
di.ts fix(core): remove side effects from `ɵɵgetInheritedFactory()` (#35769) 2020-03-03 08:50:03 -08:00
di_setup.ts fix(ivy): wrong context passed to ngOnDestroy when resolved multiple times (#35249) 2020-02-18 17:17:05 -08:00
empty.ts fix(core): initialize global ngDevMode without toplevel side effects (#32079) 2019-09-11 20:31:14 -04:00
errors.ts fix(core): Remove `debugger` statement (#35763) 2020-02-28 12:23:50 -08:00
fields.ts refactor(ivy): remove ngBaseDef (#33264) 2019-10-25 13:11:34 -07:00
global_utils_api.ts refactor(ivy): remove markDirty from global utilities (#34453) 2020-01-30 11:30:32 -08:00
hooks.ts fix(ivy): run pre-order hooks in injection order (#34026) 2019-11-25 18:41:22 -05:00
i18n.md refactor(core): rename ngComponentDef to ɵcmp (#33088) 2019-10-11 15:45:22 -07:00
i18n.ts fix(core): handle `<ng-template>` with local refs in i18n blocks (#35758) 2020-02-28 12:25:11 -08:00
index.ts fix(ivy): Add `style="{{exp}}"` based interpolation (#34202) 2020-02-20 15:13:10 -08:00
metadata.ts fix(ivy): make metadata calls side-effect free in Closure (#29947) 2019-04-17 12:20:51 -07:00
namespaces.ts fix(ivy): set namespace for host elements of dynamically created components (#35136) 2020-02-07 17:22:53 -08:00
ng_module_ref.ts fix(core): unable to NgModuleRef.injector in module constructor (#35731) 2020-03-03 13:51:51 -08:00
node_assert.ts refactor(ivy): simplify `walkTNodeTree` method for readability (#31065) 2019-08-19 10:12:38 -07:00
node_manipulation.ts refactor(ivy): Explicitly pass in `TView` (#35069) 2020-02-04 12:56:47 -08:00
node_selector_matcher.ts fix(ivy): add attributes and classes to host elements based on selector (#34481) 2020-02-18 17:18:13 -08:00
node_util.ts fix(ivy): update ViewContainerRef to get the correct parentInjector (#35013) 2020-01-29 12:46:04 -08:00
pipe.ts fix(ivy): error in AOT when pipe inherits constructor from injectable that uses DI (#35468) 2020-02-21 12:37:08 -08:00
pure_function.ts refactor(ivy): remove calls into other instructions from pipe instructions (#33714) 2020-01-10 08:27:26 -08:00
query.ts fix(core): allow null / undefined values in query results (#35796) 2020-03-02 11:16:22 -08:00
state.ts fix(core): better handing of ICUs outside of i18n blocks (#35347) 2020-02-18 12:43:44 -08:00
tokens.ts refactor(ivy): Switch styling to new reconcile algorithm (#34616) 2020-01-24 12:23:00 -08:00
view_engine_compatibility.ts refactor(ivy): Explicitly pass in `TView` (#35069) 2020-02-04 12:56:47 -08:00
view_engine_compatibility_prebound.ts fix(ivy): incorrect ChangeDetectorRef injected into pipes used in component inputs (#31438) 2019-07-23 15:46:23 -07:00
view_ref.ts refactor(ivy): Explicitly pass in `TView` (#35069) 2020-02-04 12:56:47 -08:00