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