interest process
This commit is contained in:
@@ -5,6 +5,7 @@ import { FormsModule } from '@angular/forms';
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
|
||||
import { JobintprocessPageRoutingModule } from './jobintprocess-routing.module';
|
||||
import { InterestCardComponent } from '../../components/interest-card/interest-card.component';
|
||||
|
||||
import { JobintprocessPage } from './jobintprocess.page';
|
||||
|
||||
@@ -15,6 +16,6 @@ import { JobintprocessPage } from './jobintprocess.page';
|
||||
IonicModule,
|
||||
JobintprocessPageRoutingModule
|
||||
],
|
||||
declarations: [JobintprocessPage]
|
||||
declarations: [JobintprocessPage,InterestCardComponent]
|
||||
})
|
||||
export class JobintprocessPageModule {}
|
||||
|
||||
@@ -47,7 +47,9 @@
|
||||
<ion-item slot="header" color="light">
|
||||
<ion-label>{{item.client_name}}</ion-label>
|
||||
</ion-item>
|
||||
<div class="ion-padding" slot="content">First Content</div>
|
||||
<div class="ion-padding" slot="content">
|
||||
<app-interest-card></app-interest-card>
|
||||
</div>
|
||||
</ion-accordion>
|
||||
<!-- <ion-accordion value="second">-->
|
||||
<!-- <ion-item slot="header" color="light">-->
|
||||
|
||||
Reference in New Issue
Block a user