Chore: Updated to Angular 16
This commit is contained in:
@@ -13,7 +13,10 @@ const serviceName = 'AccountTypeService';
|
||||
providedIn: 'root',
|
||||
})
|
||||
export class AccountTypeService {
|
||||
constructor(private http: HttpClient, private log: ErrorLoggerService) {}
|
||||
constructor(
|
||||
private http: HttpClient,
|
||||
private log: ErrorLoggerService,
|
||||
) {}
|
||||
|
||||
list(): Observable<AccountType[]> {
|
||||
return this.http
|
||||
|
||||
Reference in New Issue
Block a user