You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in src/app/test1/test1.component.ts:19:31 - error TS2554: Expected 1 arguments, but got 0.
19 this.logger.registerMonitor(new MyLoggerMonitor());
src/app/my-logger-monitor.ts:10:15
10 constructor(private httpClient: HttpClient) {
An argument for 'httpClient' was not provided.
Thank you in advance :)
The text was updated successfully, but these errors were encountered:
File = MyLoggerMonitor.ts
File : test1.component.ts
// i am getting error like
Thank you in advance :)
The text was updated successfully, but these errors were encountered: