import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { Aree } from '../../interface/aree'; import { AreeService } from '../../service/aree.service'; export declare class AreeListComponent implements OnInit { private areeservice; aree: Observable; constructor(areeservice: AreeService); cancella(id: any): void; ngOnInit(): void; }