import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { Banche } from '../../interface/banche'; import { BancheService } from '../../service/banche.service'; export declare class BancheDisplayComponent implements OnInit { private bancheservice; id: string; banca: Observable; constructor(bancheservice: BancheService); ngOnInit(): void; }