|
|
@@ -4,7 +4,7 @@ import { WelcomeComponent } from './welcome/welcome.component'; |
|
|
|
import { TabsComponent } from './tabs/tabs.component'; |
|
|
|
import { DetailsComponent } from './tabs/courses/details/details.component'; |
|
|
|
import { VideoChapterComponent } from './tabs/courses/video-chapter/video-chapter.component'; |
|
|
|
import { NotesDetailsComponent } from './tabs/courses/notes-details/notes-details.component'; |
|
|
|
import { VideoNotesComponent } from './tabs/courses/video-chapter/video-notes/video-notes.component'; |
|
|
|
import { CalendarComponent } from './calendar/calendar.component'; |
|
|
|
import { AttendanceComponent } from './tabs/more/attendance/attendance.component'; |
|
|
|
import { ForumPageComponent } from './tabs/more/forum-page/forum-page.component'; |
|
|
@@ -17,7 +17,7 @@ const routes: Routes = [ |
|
|
|
{ component: DetailsComponent, path: 'course-details' }, |
|
|
|
{ component: DetailsComponent, path: 'course-details/:heading' }, |
|
|
|
{ component: VideoChapterComponent, path: 'video-chapter/:heading' }, |
|
|
|
{ component: NotesDetailsComponent, path: 'notes-details/:heading' }, |
|
|
|
{ component: VideoNotesComponent, path: 'video-notes/:heading' }, |
|
|
|
{ component: CalendarComponent, path: 'calendar' }, |
|
|
|
{ component: AttendanceComponent, path: 'attendance'}, |
|
|
|
{ component: ForumPageComponent, path: 'forum'}, |
|
|
|