OwenKelvin/Angular-School-Management-System

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

Summary

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

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

  constructor() { }

  ngOnInit() {
  }

}