Angular - HTTP Client
Identify the error in this code snippet:
const params = new HttpParams();
params.set('id', '123');
this.http.get('/users', { params }).subscribe();