文件名称:Angular8基础应用之表单及其验证
文件大小:57KB
文件格式:PDF
更新时间:2023-12-31 08:23:55
angular angular表单验证 ar
一、前提 必要性:特别必要 意义:很有意义 二、正文 (一)、新建表单(模板表单) 1、新建名称为formValidator的ng项目——命令行输入ng new formValidator; 2、修改pakage.json文件——添加参数,方便开发,命令行输入npm start启动项目; "scripts": { "ng": "ng", "start": "ng serve --open --port 4210",//修改端口号&自动打开默认浏览器窗口 "build": "ng build", "test": "ng test", "lint": "ng lint",