edu-angular-change-detection:演示应用程序以查看工作中的Angular变化检测

时间:2024-05-22 07:15:47
【文件属性】:

文件名称:edu-angular-change-detection:演示应用程序以查看工作中的Angular变化检测

文件大小:151KB

文件格式:ZIP

更新时间:2024-05-22 07:15:47

TypeScript

EduChangeDetection 该项目说明了Angular变化检测的工作原理。 现场演示网址 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component component-name生成一个新的组件。 您也可以使用ng generate directive|pipe|service|class|module 。 建造 运行ng build来构建项目。 构建工件将存储在dist/目录中。 使用-prod标志进行生产构建。 运行单元测试 运行ng test以通过执行单元测试。 运行端到端测试 运行ng e2e通过执行端到端测试。 在运行测试之前,请确保您正在通过ng serve服务该应用程序。 进一步的帮助 要获得有关Angular


【文件预览】:
edu-angular-change-detection-master
----.gitignore(516B)
----e2e()
--------src()
--------tsconfig.json(214B)
----package.json(1KB)
----tslint.json(2KB)
----package-lock.json(464KB)
----src()
--------app()
--------assets()
--------main.ts(372B)
--------test.ts(642B)
--------environments()
--------index.html(270B)
--------favicon.ico(948B)
--------styles.scss(506B)
--------polyfills.ts(3KB)
----karma.conf.js(1KB)
----.travis.yml(1KB)
----tsconfig.spec.json(270B)
----tsconfig.json(543B)
----angular.json(4KB)
----tsconfig.app.json(270B)
----README.md(1KB)
----.angular-cli.json(1KB)
----browserslist(429B)
----.editorconfig(245B)

网友评论