質問編集履歴
1
typo を修正
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         @@ -4,7 +4,7 @@ 
     | 
|
| 
       4 
4 
     | 
    
         | 
| 
       5 
5 
     | 
    
         
             
            ```typescript
         
     | 
| 
       6 
6 
     | 
    
         
             
            export class BoxesComponent implements OnInit {
         
     | 
| 
       7 
     | 
    
         
            -
              boxes:  
     | 
| 
      
 7 
     | 
    
         
            +
              boxes: Box[] = new Array(4); 
         
     | 
| 
       8 
8 
     | 
    
         | 
| 
       9 
9 
     | 
    
         
             
              constructor(private router:Router, 
         
     | 
| 
       10 
10 
     | 
    
         
             
                          private changeDetectionRef: ChangeDetectorRef) {
         
     |