|
|
@@ -7,6 +7,7 @@ import { VideoChapterComponent } from './tabs/courses/video-chapter/video-chapte |
|
|
|
import { NotesDetailsComponent } from './tabs/courses/notes-details/notes-details.component'; |
|
|
|
import { CalendarComponent } from './calendar/calendar.component'; |
|
|
|
import { ProfileComponent } from './profile/profile.component'; |
|
|
|
import { AttendanceComponent } from './tabs/more/attendance/attendance.component'; |
|
|
|
|
|
|
|
const routes: Routes = [ |
|
|
|
{ path: '', pathMatch: 'full', redirectTo: 'welcome' }, |
|
|
@@ -19,6 +20,7 @@ const routes: Routes = [ |
|
|
|
{ component: NotesDetailsComponent, path: 'notes-details/:heading' }, |
|
|
|
{ component: CalendarComponent, path: 'calendar' }, |
|
|
|
{ component: ProfileComponent, path: 'profile' }, |
|
|
|
{ component: AttendanceComponent, path: 'attendance'}, |
|
|
|
]; |
|
|
|
|
|
|
|
@NgModule({ |
|
|
|