Skip to content

Commit 41b8655

Browse files
author
FrancescoMauto
committed
[DSC-1786] fix: linting
1 parent 41032a3 commit 41b8655

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

src/app/info/feedback/feedback-form/feedback-form.component.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
import { NgIf } from '@angular/common';
2-
import { AsyncPipe } from '@angular/common';
1+
import {
2+
AsyncPipe,
3+
NgIf,
4+
} from '@angular/common';
35
import {
46
Component,
57
Inject,
@@ -29,6 +31,7 @@ import {
2931
take,
3032
} from 'rxjs/operators';
3133
import { ConfigurationProperty } from 'src/app/core/shared/configuration-property.model';
34+
import { KlaroService } from 'src/app/shared/cookies/klaro.service';
3235

3336
import { getHomePageRoute } from '../../../app-routing-paths';
3437
import { AuthService } from '../../../core/auth/auth.service';
@@ -56,7 +59,6 @@ import { BtnDisabledDirective } from '../../../shared/btn-disabled.directive';
5659
import { ErrorComponent } from '../../../shared/error/error.component';
5760
import { GoogleRecaptchaComponent } from '../../../shared/google-recaptcha/google-recaptcha.component';
5861
import { NotificationsService } from '../../../shared/notifications/notifications.service';
59-
import { KlaroService } from 'src/app/shared/cookies/klaro.service';
6062

6163
@Component({
6264
selector: 'ds-base-feedback-form',

src/themes/custom/app/info/feedback/feedback-form/feedback-form.component.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
import { NgIf } from '@angular/common';
2-
import { AsyncPipe } from '@angular/common';
1+
import {
2+
AsyncPipe,
3+
NgIf,
4+
} from '@angular/common';
35
import { Component } from '@angular/core';
46
import {
57
FormsModule,

0 commit comments

Comments
 (0)