An error occurred while loading the file. Please try again.
-
Arun Kumar authoreda0db44c2
import { Component } from '@angular/core';
import {msgs} from "../../../../../locale/en";
@Component({
selector: 'app-exams-table',
templateUrl: './exams-table.component.html',
styleUrls: ['./exams-table.component.scss']
})
export class ExamsTableComponent {
msgs = msgs;
ngOnInit() {
console.log(this.msgs.manageExamsText);
}
}