We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182739f commit c116bebCopy full SHA for c116beb
README.md
@@ -83,6 +83,9 @@ public error$ = this.notificationService.error$;
83
84
getEmployeesByName(searchName: string) {
85
// Fetch employees by name.
86
+ // The employeeApiService method returns an Observable<Employee[]>.
87
+ // The employees$ stream will be updated with the data.
88
+ // The error$ stream will be updated with the error if any.
89
this.notificationService.subscribe
90
(
91
this.employeeApiService.getEmployeesByName(searchName)
0 commit comments