Can’t bind to ‘formControl’ since it isn’t a known property of ‘input’

我尝试在matDatepicker中尝试使用[formControl]=”date”

read more »

“moment” has no exported member ‘default’ when importing the library.

在material中的时间控件中,使用moment.js来更改本地日期格式时,出现如下错误:

下面是我的代码:

read more »

angular中 *ngFor得到index

上面代码的

即可获得index

angular路由回退

 

Angular 打包之后,部署到服务器后刷新404

解决办法:

app.module.ts文件添加以下两行代码:

 

 

Angular HttpClient “Http failure during parsing”

在http的post中

read more »

VScode命令行出现ng : 无法加载文件错误

当我是用vscode中的终端输入命令行时出现:

这个原因是你的windows Powershell 执行策略问题。 read more »

Angular跨域问题

当使用前后端分离,后端主导的开发方式进行前后端协作开发时,常常有如下情景:

  1. 后端开发完毕在服务器上进行部署并给前端API文档
  2. 前端在本地进行开发并向远程服务器上部署的后端发送请求

在这种开发过程中,如果前端想要一边开发一边测试接口,就需要使用跨域的方式。 read more »