Course lesson
Learn how to encapsulate private state and methods within NGRX Signal Store by using prefixing their keys with an underscore .
Learn how to encapsulate private state and methods within NGRX Signal Store by using prefixing their keys with an underscore _.
Note, that this only makes them private on a type level. They will still be available in the JavaScript runtime.
Course lesson
Learn how to encapsulate private state and methods within NGRX Signal Store by using prefixing their keys with an underscore .