import { OnInit } from '@angular/core'; import { EventService } from '../../services/event.service'; import { SpaControlService } from '../../services/spa-control.service'; import { Observable } from 'rxjs'; import { ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class EventsComponent implements OnInit { route: ActivatedRoute; eventService: EventService; private spaControl; showSubs$: Observable; constructor(route: ActivatedRoute, eventService: EventService, spaControl: SpaControlService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }