Skip to content

Commit

Permalink
test: fix type error on older versions of angular
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-10kc committed Jun 23, 2024
1 parent bf009eb commit df79f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/issue-8884/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('issue-8884', () => {
describe('when standalone component does not import NgIf', () => {
@Component({
selector: 'app-standalone',
standalone: true,
['standalone' as never]: true,
template: `<ng-template [ngTemplateOutlet]="content" />`,
})
class StandaloneComponent {
Expand Down

0 comments on commit df79f7f

Please sign in to comment.