|
- import { Component, OnInit } from '@angular/core';
-
- @Component({
- selector: 'app-preliminaryresult',
- templateUrl: './preliminaryresult.component.html',
- styleUrls: ['./preliminaryresult.component.scss']
- })
- export class PreliminaryresultComponent implements OnInit {
-
- constructor() { }
-
- ngOnInit(): void {
- }
-
- }
|