diff --git a/apps/performance/christmas-web-worker/src/app/unknown-person/unknown-person.component.ts b/apps/performance/christmas-web-worker/src/app/unknown-person/unknown-person.component.ts index dbf9095..1682ddf 100644 --- a/apps/performance/christmas-web-worker/src/app/unknown-person/unknown-person.component.ts +++ b/apps/performance/christmas-web-worker/src/app/unknown-person/unknown-person.component.ts @@ -1,18 +1,17 @@ -import { NgIf } from '@angular/common'; import { Component, Input } from '@angular/core'; @Component({ selector: 'unknown-person', standalone: true, - imports: [NgIf], template: `
-
- Who is here? -
+ @if (step !== 100) { +
+ Who is here? +
+ }
Happy Christmas !!!