iptdevs-design-system
Version:
Library common elements into IPT Plattform.
22 lines (21 loc) • 1.02 kB
TypeScript
import { ICourseByTokenRs } from './../../../core/models/activities/activities.interface';
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CardCourseComponent implements OnChanges, OnInit {
CourseData?: any;
isLoading: boolean;
codeCourse: EventEmitter<ICourseByTokenRs>;
courseAcademy: any[];
courseKids: any[];
courseSchools: any[];
visibleAcademy: boolean;
visibleKids: boolean;
visibleSchools: boolean;
skeleton: {}[];
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): void;
viewDataCourse(codeCourse: ICourseByTokenRs): void;
getCssClass(level: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CardCourseComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardCourseComponent, "ipt-card-course-self-cod-managed", never, { "CourseData": "CourseData"; "isLoading": "isLoading"; }, { "codeCourse": "codeCourse"; }, never, never, false>;
}