@shikshalokam/sl-reports
Version:
Library to integrate questionnaire in SL Projects
17 lines (13 loc) • 348 B
text/typescript
import { Component,Input, OnInit } from '@angular/core';
({
selector: 'sl-report-header',
templateUrl: './report-header.component.html',
styleUrls: ['./report-header.component.css']
})
export class ReportHeaderComponent implements OnInit {
() title:any;
() lastdate:any
constructor() { }
ngOnInit(): void {
}
}