lot of changes on someday

This commit is contained in:
Dhanraj
2024-09-28 20:56:56 +05:30
parent bd5119fc3c
commit e206968993
479 changed files with 10127 additions and 95691 deletions

View File

@ -0,0 +1 @@
// @import '../xyz/xyz.module.scss'

View File

@ -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

View File

@ -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',

View File

@ -39,7 +39,7 @@ import { IndexComponent } from './index/index.component';
CarouselModule,
ReactiveFormsModule,
// HttpClientModule,
FormsModule
FormsModule,
]
})