import { OnInit } from '@angular/core'; import { ProgramListService } from './services/program-list.service'; import { Observable } from 'rxjs'; import { ProgramListItem } from './models/program-list.model'; import * as i0 from "@angular/core"; export declare class ProgramListComponent implements OnInit { private programListService; programList: Observable; programListLoading: Observable; constructor(programListService: ProgramListService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }