質問編集履歴

1

typo を修正

2020/05/08 17:30

投稿

kbabags
kbabags

スコア232

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  export class BoxesComponent implements OnInit {
12
12
 
13
- boxes: box[] = new Array(4);
13
+ boxes: Box[] = new Array(4);
14
14
 
15
15
 
16
16