Angular学习第二天--问题记录

一、问题

1.用脚手架搭建完项目之后,缺少app.modules.ts文件,

Angular学习第二天--问题记录_第1张图片

2.解决办法:

在终端继续输入命令   ng new 项目名称 --no-standalone --routing --ssr=false

3.完整目录:

Angular学习第二天--问题记录_第2张图片

二、问题

1.问题来源,源代码:

账号:

请输入账号!!!

2.控制台报错

main.ts:6 ERROR Error: NG01352: If ngModel is used within a form tag, either the name attribute must be set or the form control must be defined as 'standalone' in ngModelOptions.

3.解决办法:

在绑定 ngModel的标签上绑定 name属性即可

4.完整代码,正确代码:

账号:

请输入账号!!!

你可能感兴趣的:(angular,angular.js,学习,前端)