Back to Developer Roadmap

Inputs as Signals

src/data/roadmaps/angular/content/[email protected]

4.0575 B
Original Source

Inputs as Signals

Signal inputs allow values to be bound from parent components. Those values are exposed using a Signal and can change during the lifecycle of your component. Angular supports two variants of inputs: Optional and Required.

Visit the following resources to learn more: