fix eslint errors

display-skeleton-view-over-team-planner-calendar
bsatarnejad 3 years ago
parent 42485889a6
commit 4022fbb05e
  1. 27
      frontend/src/app/features/team-planner/team-planner/loading-skeleton/team-planner-loading-skeleton.component.ts
  2. 2
      frontend/src/app/features/team-planner/team-planner/team-planner.module.ts

@ -1,15 +1,14 @@
import {
ChangeDetectionStrategy,
Component,
} from '@angular/core';
@Component({
selector: 'op-team-planner-loading-skeleton',
templateUrl: './team-planner-loading-skeleton.component.html',
styleUrls: ['./team-planner-loading-skeleton.component.sass'],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class OpTeamPlannerLoadingSkeletonComponent {
}
ChangeDetectionStrategy,
Component,
} from '@angular/core';
@Component({
selector: 'op-team-planner-loading-skeleton',
templateUrl: './team-planner-loading-skeleton.component.html',
styleUrls: ['./team-planner-loading-skeleton.component.sass'],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class OpTeamPlannerLoadingSkeletonComponent {
}

@ -24,7 +24,7 @@ import { OpTeamPlannerLoadingSkeletonComponent } from 'core-app/features/team-pl
AddAssigneeComponent,
AddExistingPaneComponent,
TeamPlannerSidemenuComponent,
OpTeamPlannerLoadingSkeletonComponent
OpTeamPlannerLoadingSkeletonComponent,
],
imports: [
OPSharedModule,

Loading…
Cancel
Save