Exercise
Practice new concepts like signals and @defer
in Angular by updating UserService
and the multi-step ProfileComponent
form:
- Update
UserService
and its related components to usesignal
instead ofBehaviorSubject
. - Use
@defer
to delay the rendering of conditional views. - Implement an expansion panel in
LoginComponent
to communicate password complexity requirements to your users.