lot of changes on someday
This commit is contained in:
@ -0,0 +1 @@
|
||||
// @import '../xyz/xyz.module.scss'
|
||||
|
||||
@ -12,6 +12,7 @@ import { StudentService } from 'src/app/student.service';
|
||||
export class Index6Component implements OnInit {
|
||||
|
||||
constructor(private studentService : StudentService) { }
|
||||
imagePath = '/assets/assets2/images/courses/courses-1.jpg';
|
||||
|
||||
currentSection = 'home';
|
||||
students
|
||||
|
||||
@ -13,11 +13,13 @@ import { CandidateDetailsComponent } from './candidate-details/candidate-details
|
||||
import { CheckStatusComponent } from './check-status/check-status.component';
|
||||
|
||||
const routes: Routes = [
|
||||
|
||||
|
||||
{
|
||||
path: 'index',
|
||||
component: Index6Component
|
||||
path: '',
|
||||
component: Index6Component,
|
||||
},
|
||||
|
||||
{
|
||||
path: 'registrationStatus',
|
||||
component: RegistrationStatusComponent
|
||||
@ -45,6 +47,7 @@ const routes: Routes = [
|
||||
path: 'register/:id',
|
||||
component: RegisterComponent
|
||||
},
|
||||
|
||||
{
|
||||
path: '',
|
||||
redirectTo: 'index',
|
||||
|
||||
@ -39,7 +39,7 @@ import { IndexComponent } from './index/index.component';
|
||||
CarouselModule,
|
||||
ReactiveFormsModule,
|
||||
// HttpClientModule,
|
||||
FormsModule
|
||||
FormsModule,
|
||||
]
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user