parent
42485889a6
commit
4022fbb05e
@ -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 { |
||||
|
||||
} |
||||
|
Loading…
Reference in new issue