July 2018
Intermediate to advanced
178 pages
3h 52m
English
In addition to the metric we looked at earlier, we can add a method in our service so that we are able to send specific metrics, like so:
public metric(label:string, value:any){this.http.post("https://api.yourwebsite/metric/", {label:label,value:value,})}
Read now
Unlock full access