OwenKelvin/Angular-School-Management-System

View on GitHub
src/app/pages/admissions/staff/staff.component.ts

Summary

Maintainability
A
1 hr
Test Coverage
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-staff',
  templateUrl: './staff.component.html',
  styleUrls: ['./staff.component.less']
})
export class StaffComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}