import { Injector, OnInit } from '@angular/core'; import { ListService, PagedResultDto } from '@abp/ng.core'; import { UntypedFormGroup } from '@angular/forms'; import { ProductDto, ProductsService } from '../../lib/proxy'; import * as i0 from "@angular/core"; export declare class LearningManagementComponent implements OnInit { #private; private service; protected readonly injector: Injector; protected readonly productsService: ProductsService; readonly list: ListService; data: PagedResultDto; protected modalBusy: boolean; protected isModalVisible: boolean; form: UntypedFormGroup; selectedProduct: {}; ngOnInit(): void; protected buildForm(): void; openModal(): void; onAdd(): void; save(): void; onEdit(selectedProduct: any): void; delete(selectedProduct: any): void; refreshData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }