文件名称:ng2-idle-example:ng2-idle的示例
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-31 18:18:53
TypeScript
ng2-idle-example 安装示例 您将需要安装最新版本的NodeJ和Git客户端。 首先,克隆存储库并切换到新目录: git clone https://github.com/HackedByChinese/ng2-idle-example.git cd ng2-idle-example 您将需要通过运行以下命令来安装angular-cli : npm install -g angular-cli 接下来,安装项目的依赖项: npm install 现在,您可以运行ng serve来启动开发服务器,并导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 创建自己的演示 本示例说明如何使用TypeScript和angular-cli创建项目,并包括可选的@ng-idle/keepalive模块。 它还使用提供额外的管道
【文件预览】:
ng2-idle-example-master
----.gitignore(395B)
----angular-cli.json(1KB)
----karma.conf.js(1KB)
----README.md(5KB)
----package.json(2KB)
----tslint.json(3KB)
----src()
--------test.ts(1KB)
--------tsconfig.json(362B)
--------typings.d.ts(173B)
--------environments()
--------app()
--------polyfills.ts(601B)
--------main.ts(351B)
--------index.html(392B)
--------favicon.ico(5KB)
--------assets()
--------styles.css(205B)
----e2e()
--------tsconfig.json(349B)
--------app.e2e-spec.ts(311B)
--------app.po.ts(212B)
----protractor.conf.js(765B)
----.editorconfig(243B)