-
-
node_modules :项目的模块依赖目录
-
src :项目的代码目录
-
app :包括应用的组件和模块
-
app.component.css :全局样式文件
-
app.component.html :全局模板文件
-
app.component.spec.ts :单元测试文件
-
app.component.ts :脚本文件
-
app.module.ts :数据模型定义文件
-
-
assets :资源文件目录
-
enviroments :环境配置目录
-
index.html :主页面
-
main.ts :脚本入口文件
-
polyfills.ts :检测兼容的文件信息
-
styles.css :全局的样式文件
-
test.ts :单元测试入口文件
-
tsconfig.app.json :ts的配置文件
-
tsconfig.spac.json :测试配置文件
-
typings.d.ts :系统模块定义文件
-
-
angular-cli.json : angular-cli的配置文件
-
editorcongif :编辑器的配置文件
-
gitignore : git代码版本忽略的配置文件
-
karma.conf.js :karma的配置文件
-
package.json :项目初始化管理文件
-
protractor.conf.js :整体集成测试配置文件
-
README.md :说明说
-
tsconfig.json :ts的配置文件
-