Skip to content
Snippets Groups Projects
student-root.component.ts 223 B
import {Component} from '@angular/core';

@Component({
  selector: 'app-student-root',
  templateUrl: './student-root.component.html',
  styleUrls: ['./student-root.component.css']
})
export class StudentRootComponent {

}