Sfoglia il codice sorgente

Production build fix

master
kj1352 4 anni fa
parent
commit
007c77c87d
2 ha cambiato i file con 1539 aggiunte e 1536 eliminazioni
  1. +1538
    -1535
      .firebase/hosting.d3d3.cache
  2. +1
    -1
      src/app/quiz/mcq/mcq.component.ts

+ 1538
- 1535
.firebase/hosting.d3d3.cache
File diff soppresso perché troppo grande
Vedi File


+ 1
- 1
src/app/quiz/mcq/mcq.component.ts Vedi File

@@ -11,7 +11,7 @@ export class McqComponent implements OnInit {
value: string,
text: string,
}>;
@Input() correctAnswer: number;
@Input() correctAnswer: string;

selectedChoice: string = '';



Caricamento…
Annulla
Salva