angular/packages/core/src/render3/interfaces
crisbeto 14c4b1b205 refactor(ivy): remove ngBaseDef (#33264)
Removes `ngBaseDef` from the compiler and any runtime code that was still referring to it. In the cases where we'd previously generate a base def we now generate a definition for an abstract directive.

PR Close #33264
2019-10-25 13:11:34 -07:00
..
container.ts perf(ivy): match query results on the TView level (#31489) 2019-07-19 20:38:08 -07:00
context.ts refactor(ivy): simplify differentiation of LView, RNode, LView, LContainer, StylingContext (#28947) 2019-02-26 02:01:07 +00:00
definition.ts refactor(ivy): remove ngBaseDef (#33264) 2019-10-25 13:11:34 -07:00
i18n.ts refactor(ivy): remove superfluous bind() function (#32489) 2019-09-05 18:08:27 -04:00
injector.ts perf(ivy): use instanceof operator to check for NodeInjectorFactory instances (#33082) 2019-10-10 13:56:52 -07:00
node.ts perf(ivy): guard host binding execution with a TNode flag (#33102) 2019-10-11 15:44:39 -07:00
player.ts fix(ivy): ensure falsy styling is not applied during creation mode (#26793) 2018-10-30 19:41:56 -04:00
projection.ts fix(ivy): unable to project into multiple slots with default selector (#30561) 2019-05-31 09:52:32 -07:00
query.ts perf(ivy): match query results on the TView level (#31489) 2019-07-19 20:38:08 -07:00
renderer.ts docs: fix typo in renderer description (#29581) 2019-03-29 10:50:35 -07:00
sanitization.ts fix(ivy): sanitization for Host Bindings (#27939) 2019-01-08 17:17:04 -08:00
styling.ts fix(ivy): ensure errors are thrown during checkNoChanges for style/class bindings (#33103) 2019-10-17 16:46:49 -04:00
type_checks.ts perf(ivy): guard directive-related operations with a TNode flag (#32445) 2019-09-04 11:39:57 -07:00
view.ts style: correct comments (#33178) 2019-10-24 14:42:15 -07:00