Skip to content

Commit

Permalink
updating test to be clear is not a standalone component.
Browse files Browse the repository at this point in the history
  • Loading branch information
lindolo25 committed Jan 21, 2025
1 parent a2d1fc5 commit 3aac13e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/loadComponent/bar/bar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Component } from "@angular/core";

@Component({
selector: "bar",
template: "BAR"
template: "BAR",
standalone: false
})
export class BarComponent {}

0 comments on commit 3aac13e

Please sign in to comment.