UNPKG

@gouvfr-anct/mediation-numerique

Version:

📚 Bibliothèque pour la cartographie de l’offre de médiation numérique.

16 lines (15 loc) • 608 B
import { Router } from '@angular/router'; import { Structure } from '../../map/models/structure.model'; import * as i0 from "@angular/core"; export declare class PrintService { private router; isPrinting: boolean; structure: Structure; structures: Structure[]; constructor(router: Router); printDocument(documentName: string, structure: Structure): void; printDocuments(documentName: string, structures: Structure[]): void; onDataReady(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PrintService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<PrintService>; }