我试图检索出生日期,我把它存储在数据库中,我看了看互联网,但我有零知道如何做到这一点。
export class DetailsEmployeeComponent implements OnInit{ employeeDetail: Employee ={ id: 0, firstName: '', dateOfBirth: new Date };
New Date将给予日期-时区
3pmvbmvn1#
1.构建一个Web API来接受来自Angular应用程序的HTTP请求,从数据库获取值并返回结果https://learn.microsoft.com/en-us/aspnet/core/web-api/1.使用Angular HttpClient调用API以获取值https://angular.io/guide/http。
1条答案
按热度按时间3pmvbmvn1#
1.构建一个Web API来接受来自Angular应用程序的HTTP请求,从数据库获取值并返回结果https://learn.microsoft.com/en-us/aspnet/core/web-api/
1.使用Angular HttpClient调用API以获取值https://angular.io/guide/http。