文件名称:Angular-Week-Calendar-With-Time:角周日历随时间变化
文件大小:144KB
文件格式:ZIP
更新时间:2024-04-05 12:17:10
TypeScript
基于工作日的简单周历组件 演示版 该项目是使用版本10生成的。 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component component-name生成一个新的组件。 您还可以使用ng generate directive|pipe|service|class|guard|interface|enum|module 。 建造 运行ng build来构建项目。 构建工件将存储在dist/目录中。 使用--prod标志进行生产构建。 运行单元测试 运行ng test以通过执行单元测试。 运行端到端测试 运行ng e2e通过执行端到端测试。 进一步的帮助 要获得有关Angular CLI的更多帮助,请使用ng help或查看 。
【文件预览】:
Angular-Week-Calendar-With-Time-main
----yarn.lock(348KB)
----src()
--------tsconfig.spec.json(256B)
--------main.ts(372B)
--------index.html(319B)
--------polyfills.ts(3KB)
--------environments()
--------favicon.ico(5KB)
--------styles.sass(80B)
--------assets()
--------tslint.json(244B)
--------test.ts(642B)
--------tsconfig.app.json(166B)
--------app()
--------karma.conf.js(1023B)
----angular.json(4KB)
----tsconfig.json(512B)
----tslint.json(2KB)
----README.md(1KB)
----browserslist(388B)
----.editorconfig(246B)
----.gitignore(629B)
----e2e()
--------tsconfig.e2e.json(213B)
--------src()
--------protractor.conf.js(752B)
----package.json(1KB)