ソースを参照

Production build fix

master
kj1352 4年前
コミット
007c77c87d
2個のファイルの変更1539行の追加1536行の削除
  1. +1538
    -1535
      .firebase/hosting.d3d3.cache
  2. +1
    -1
      src/app/quiz/mcq/mcq.component.ts

+ 1538
- 1535
.firebase/hosting.d3d3.cache
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
src/app/quiz/mcq/mcq.component.ts ファイルの表示

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

selectedChoice: string = '';



読み込み中…
キャンセル
保存