Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jan 11, 2024
1 parent 2ee634e commit 5ac646c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/abc/error-collect/error-collect.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { NzIconDirective } from 'ng-zorro-antd/icon';
changeDetection: ChangeDetectionStrategy.OnPush,
encapsulation: ViewEncapsulation.None,
standalone: true,
imports: [NzIconDirective, NzIconDirective]
imports: [NzIconDirective]
})
export class ErrorCollectComponent implements OnInit {
private formEl: HTMLFormElement | null = null;
Expand Down
3 changes: 1 addition & 2 deletions packages/abc/footer-toolbar/footer-toolbar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ import {
ViewEncapsulation
} from '@angular/core';

import { ErrorCollectComponent } from '@delon/abc/error-collect';
import { BooleanInput, InputBoolean } from '@delon/util/decorator';
import { NzStringTemplateOutletDirective } from 'ng-zorro-antd/core/outlet';
import type { NzSafeAny } from 'ng-zorro-antd/core/types';

import { ErrorCollectComponent } from '../error-collect';

const CLSBODY = 'footer-toolbar__body';

@Component({
Expand Down

0 comments on commit 5ac646c

Please sign in to comment.