Sfoglia il codice sorgente

Flag set to start for test component

master
kj1352 5 anni fa
parent
commit
eaaaada7f6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/app/tabs/courses/test/test.component.ts

+ 1
- 1
src/app/tabs/courses/test/test.component.ts Vedi File

@@ -6,7 +6,7 @@ import { Component, OnInit } from '@angular/core';
styleUrls: ['./test.component.scss']
})
export class TestComponent implements OnInit {
testStatus: string = 'PROGRESS';
testStatus: string = 'START';

testData = {
name: 'CHEMISTRY',