src/app/manage-learn/core/services/program.service.ts
constructor()
|
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class ProgramService {
constructor() { }
}