d316a18dc6
Previously, ngtsc included query fields in the list of fields which can affect the type of a directive via its type constructor. This feature however has yet to be built, and View Engine in default mode does not do this inference. This caused an unexpected bug where private query fields (which should be an error but are allowed by View Engine) cause the type constructor signature to be invalid. This commit fixes that issue by disabling the logic to include query fields. PR Close #30094 |
||
---|---|---|
.. | ||
integrationtest | ||
ngcc | ||
src | ||
test | ||
BUILD.bazel | ||
index.ts | ||
ngtools2.ts | ||
package.json | ||
tsconfig-build.json | ||
tsconfig.json |