File tree Expand file tree Collapse file tree 4 files changed +7
-20
lines changed Expand file tree Collapse file tree 4 files changed +7
-20
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ import {
128
128
IContentService ,
129
129
IEnvironmentService ,
130
130
IStepperService ,
131
- // IStaticContentService,
131
+ IStaticContentService ,
132
132
} from 'sng-core' ;
133
133
134
134
import { StaticDataService } from './core/helpers/static-data.service' ;
@@ -249,7 +249,7 @@ import { StaticContentService } from './core/services/static_content.service';
249
249
{ provide : ILoyaltyService , useClass : LoyaltyService } ,
250
250
{ provide : IMicrocreditService , useClass : MicrocreditService } ,
251
251
{ provide : IStepperService , useClass : StepperService } ,
252
- // { provide: IStaticContentService, useClass: StaticContentService },
252
+ { provide : IStaticContentService , useClass : StaticContentService } ,
253
253
{ provide : IEnvironmentService , useValue : environment } ,
254
254
/*{
255
255
provide: SWIPER_CONFIG,
Original file line number Diff line number Diff line change @@ -186,14 +186,9 @@ <h4 class="modal-title">{{'EVENT.DELETE' | translate}}</h4>
186
186
{{'EVENT.DELETE_CONFIRM' | translate}} '{{title}}'?
187
187
</ div >
188
188
< div class ="modal-footer ">
189
- < < < < < < < HEAD < button mat-raised-button class ="btn btn-secondary mr-3 " (click) ="deleteItem();c('Close click'); ">
190
- {{'EVENT.DELETE'
189
+ < button mat-raised-button class ="btn btn-secondary mr-3 " (click) ="deleteItem();c('Close click'); "> {{'EVENT.DELETE'
191
190
| translate}}</ button >
192
- =======
193
- < button mat-raised-button class ="btn btn-secondary mr-3 "
194
- (click) ="deleteItem();c('Close click'); "> {{'EVENT.DELETE' | translate}}</ button >
195
- > > > > > > > ux
196
- < button mat-raised-button class ="btn " (click) ="c('Close click'); "> {{'EVENT.CANCEL' | translate}}</ button >
191
+ < button mat-raised-button class ="btn " (click) ="c('Close click'); "> {{'EVENT.CANCEL' | translate}}</ button >
197
192
</ div >
198
193
</ ng-template >
199
194
<!--end::Confirmation Modal (Remove Item)-->
Original file line number Diff line number Diff line change 1
1
< div class ="explore ">
2
- < < < < < < < HEAD
3
2
< p class ="section-description "> {{'PARTNER.EXPLORE.DESCRIPTION' | translate }}</ p >
4
3
5
4
<!--begin::Internal Posts/Events List(Carousel)-->
10
9
< hr >
11
10
< br >
12
11
13
- =======
14
- > > > > > > > ux-member
15
12
<!--begin::Partners List(Carousel)-->
16
13
< sng-partners-list-carousel >
17
14
</ sng-partners-list-carousel >
Original file line number Diff line number Diff line change @@ -131,14 +131,9 @@ <h4 class="modal-title">{{ 'POST.DELETE' | translate }}</h4>
131
131
{{ 'POST.DELETE_CONFIRM' | translate }} '{{title}}'?
132
132
</ div >
133
133
< div class ="modal-footer ">
134
- < < < < < < < HEAD < button mat-raised-button class ="btn btn-secondary mr-3 " (click) ="deleteItem();c('Close click'); "> {{
135
- 'POST.DELETE'
136
- | translate }}</ button >
137
- =======
138
- < button mat-raised-button class ="btn btn-secondary mr-3 " (click) ="deleteItem();c('Close click'); "> {{
139
- 'POST.DELETE' | translate }}</ button >
140
- > > > > > > > ux
141
- < button mat-raised-button class ="btn " (click) ="c('Close click'); "> {{ 'POST.CANCEL' | translate }}</ button >
134
+ < button mat-raised-button class ="btn btn-secondary mr-3 " (click) ="deleteItem();c('Close click'); "> {{
135
+ 'POST.DELETE' | translate }}</ button >
136
+ < button mat-raised-button class ="btn " (click) ="c('Close click'); "> {{ 'POST.CANCEL' | translate }}</ button >
142
137
</ div >
143
138
</ ng-template >
144
139
<!--end::Confirmation Modal (Remove Item)-->
You can’t perform that action at this time.
0 commit comments