Course lesson

Share Angular Signal State Using Services

Moving a signal and related methods to an Angular service allows sharing between components.

Duration
2 min
Access
Free
Transcript
Available

Moving a signal and related methods to an Angular service allows sharing between components.

The service we create will expose a read-only property for the signal and methods to update it.