应用程序组件.tsimport{Component}from'@angular/core';import{CharityService}from'./app.service';@Component({selector:'app-root',templateUrl:'./app.component.html',styleUrls:['./app.component.css'],providers:[CharityService]})exportclassAppComponent{title='app';[x:string]:any;fname:string;lname:string;ag