angular-tutorial

时间:2021-03-30 09:52:12
【文件属性】:
文件名称:angular-tutorial
文件大小:315KB
文件格式:ZIP
更新时间:2021-03-30 09:52:12
TypeScript AngularTutorial 该项目是使用版本11.2.6生成的。 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 项目创建 首先,必须为构建/工作Angular项目安装Angular CLI。 npm i -g @angular/cli 然后,您可以运行ng new 进行项目创建。 ng new angular-tutorial 将项目添加到Github存储库 在将此代码添加到您的Github存储库之前。 您必须初始化并运行初始代码提交。 git init git status git add . git commit -m " Initial commit " 接下来,在github上,创建一个存储库并在接下来的代码行中使用url: g
【文件预览】:
angular-tutorial-master
----tsconfig.spec.json(333B)
----.browserslistrc(703B)
----src()
--------main.ts(372B)
--------index.html(820B)
--------polyfills.ts(3KB)
--------environments()
--------favicon.ico(948B)
--------styles.scss(683B)
--------assets()
--------test.ts(753B)
--------app()
----angular.json(4KB)
----tsconfig.json(538B)
----LICENSE(1KB)
----tslint.json(3KB)
----README.md(1KB)
----tsconfig.app.json(287B)
----.editorconfig(274B)
----.gitignore(631B)
----karma.conf.js(1KB)
----package-lock.json(1.23MB)
----e2e()
--------src()
--------tsconfig.json(274B)
--------protractor.conf.js(904B)
----package.json(1KB)

网友评论

相关文章