@rolatech/angular-course 17.3.26 → 17.3.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/detail-item/detail-item.component.mjs +3 -3
- package/esm2022/lib/components/pricing-item/pricing-item.component.mjs +3 -3
- package/esm2022/lib/components/schedule-item/schedule-item.component.mjs +3 -3
- package/esm2022/lib/pages/course-manage/course-manage-schedule/course-manage-schedule.component.mjs +9 -2
- package/fesm2022/{rolatech-angular-course-course-index.component-DLJt2Cnc.mjs → rolatech-angular-course-course-index.component-mCY9aUg6.mjs} +4 -4
- package/fesm2022/{rolatech-angular-course-course-index.component-DLJt2Cnc.mjs.map → rolatech-angular-course-course-index.component-mCY9aUg6.mjs.map} +1 -1
- package/fesm2022/{rolatech-angular-course-rolatech-angular-course-qutQNZWM.mjs → rolatech-angular-course-rolatech-angular-course-Cyt2SX4m.mjs} +16 -9
- package/fesm2022/rolatech-angular-course-rolatech-angular-course-Cyt2SX4m.mjs.map +1 -0
- package/fesm2022/rolatech-angular-course.mjs +1 -1
- package/package.json +1 -1
- package/fesm2022/rolatech-angular-course-rolatech-angular-course-qutQNZWM.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { m as CourseActionComponent, A as CourseDetailsComponent, y as CourseDetailsDialogComponent, z as CourseEditDialogComponent, j as CourseInfoComponent, t as CourseItemComponent, k as CourseMediaComponent, B as CourseMediaOwnerRendererComponent, i as CoursePreviewComponent, u as CoursePricingAddDialogComponent, l as CoursePricingComponent, w as CoursePricingDialogComponent, e as CourseRequestStatus, g as CourseReviewStatus, v as CourseScheduleAddDialogComponent, n as CourseScheduleComponent, x as CourseScheduleDialogComponent, q as CourseSectionItemComponent, h as CourseSectionLectureContentType, r as CourseSectionLectureItemComponent, D as CourseSectionLectureVideoDialogComponent, s as CourseSectionLectureVideoItemComponent, o as CourseSectionsComponent, d as CourseStatus, f as CourseType, F as DetailItemComponent, P as PricingItemComponent, S as ScheduleDate, E as ScheduleItemComponent, b as courseManageRoutes, c as courseRoutes, p as provideAngulaCourse } from './rolatech-angular-course-rolatech-angular-course-
|
|
1
|
+
export { m as CourseActionComponent, A as CourseDetailsComponent, y as CourseDetailsDialogComponent, z as CourseEditDialogComponent, j as CourseInfoComponent, t as CourseItemComponent, k as CourseMediaComponent, B as CourseMediaOwnerRendererComponent, i as CoursePreviewComponent, u as CoursePricingAddDialogComponent, l as CoursePricingComponent, w as CoursePricingDialogComponent, e as CourseRequestStatus, g as CourseReviewStatus, v as CourseScheduleAddDialogComponent, n as CourseScheduleComponent, x as CourseScheduleDialogComponent, q as CourseSectionItemComponent, h as CourseSectionLectureContentType, r as CourseSectionLectureItemComponent, D as CourseSectionLectureVideoDialogComponent, s as CourseSectionLectureVideoItemComponent, o as CourseSectionsComponent, d as CourseStatus, f as CourseType, F as DetailItemComponent, P as PricingItemComponent, S as ScheduleDate, E as ScheduleItemComponent, b as courseManageRoutes, c as courseRoutes, p as provideAngulaCourse } from './rolatech-angular-course-rolatech-angular-course-Cyt2SX4m.mjs';
|
|
2
2
|
import '@angular/core';
|
|
3
3
|
import '@angular/forms';
|
|
4
4
|
import '@angular/common';
|