membuat layanan singleton angular

@Injectable({
  providedIn: 'root',
})
export class ApiService {
}
Danylo Kostiuchenko