UNPKG

iptdevs-design-system

Version:

Library common elements into IPT Plattform.

14 lines (13 loc) 634 B
import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CardSelectCourseComponent implements OnInit { courseSelect?: any; jornada: number; ngOnInit(): void; getJornada(schedule: string): number; isMorning(time: string): boolean; isAfternoon(time: string): boolean; isNight(time: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<CardSelectCourseComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CardSelectCourseComponent, "ipt-card-select-course-self-cod-managed", never, { "courseSelect": "courseSelect"; }, {}, never, never, false>; }