import { OnInit } from '@angular/core'; import { Router, ActivatedRoute } from '@angular/router'; import { Observable } from 'rxjs'; import { Categoria } from 'my-lib-sanfelici'; import { Cataloghi } from 'my-lib-sanfelici'; import { CategorieService } from 'my-lib-sanfelici'; import { CataloghiService } from 'my-lib-sanfelici'; export declare class CategorieEditComponent implements OnInit { private route; private router; private categorieService; private cataloghiservice; categorie: Observable; cataloghi: Observable; categoria: Categoria; model: any; key: string; catalogo: Cataloghi; constructor(route: ActivatedRoute, router: Router, categorieService: CategorieService, cataloghiservice: CataloghiService); onsubmit(): void; ngOnInit(): void; }