angular/adev
Paul Gschwendtner 1df95cd1c1 refactor(core): improve error message and add guide for required inputs (#53808)
Whenever a required input is accessed too early in a
directive/component, the signal input will throw an error.

This is necessary so that we can support required inputs
with intuitive typings that do not include `undefined` for
the short period of time where Angular is creating the component and
then assigning inputs later (Angular currently has no way of setting
inputs as part of the class creation when `new Dir()` happens)

PR Close #53808
2024-01-10 12:21:05 +00:00
..
prerender/examples refactor(docs-infra): build adev application using local generated assets (#53511) 2023-12-20 14:49:31 -08:00
src refactor(core): improve error message and add guide for required inputs (#53808) 2024-01-10 12:21:05 +00:00
angular.json refactor(docs-infra): build adev application using local generated assets (#53511) 2023-12-20 14:49:31 -08:00
BUILD.bazel refactor(docs-infra): build adev application using local generated assets (#53511) 2023-12-20 14:49:31 -08:00
tsconfig.app.json refactor(docs-infra): refactor adev to build using architect (#53497) 2023-12-11 19:21:07 +00:00
tsconfig.json refactor(docs-infra): refactor adev to build using architect (#53497) 2023-12-11 19:21:07 +00:00
tsconfig.spec.json refactor(docs-infra): refactor adev to build using architect (#53497) 2023-12-11 19:21:07 +00:00
tsconfig.worker.json refactor(docs-infra): refactor adev to build using architect (#53497) 2023-12-11 19:21:07 +00:00
tslint.json docs: add angular.dev (#52536) 2023-11-06 11:15:02 -08:00