0
0
llucycodes42
The code is saying that when the code runs, it will call a function that will have the name "service.function" and it will subscribe to it so that it will be called every time the function is called. Within the service.function, it will call the this.property = arg function, which will set the this.property variable to the value that was passed into the service.function.
Library: angular
Shortcut: a_subscribe
this.service.function
.subscribe(arg => this.property = arg);