Skip to content

Commit 29f6bcc

Browse files
committed
feat: add missing ngIf
1 parent 5f93db7 commit 29f6bcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/containers/angular-tetris/angular-tetris.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AsyncPipe } from '@angular/common';
1+
import { AsyncPipe, NgIf } from '@angular/common';
22
import { Component, HostListener, OnInit, ElementRef, Renderer2 } from '@angular/core';
33
import { ClockComponent } from '@trungk18/components/clock/clock.component';
44
import { GithubComponent } from '@trungk18/components/github/github.component';
@@ -25,6 +25,7 @@ const KeyDown = 'document:keydown';
2525
standalone: true,
2626
imports: [
2727
AsyncPipe,
28+
NgIf,
2829
ClockComponent,
2930
GithubComponent,
3031
HoldComponent,

0 commit comments

Comments
 (0)