文件名称:ng2-named-router-outlets:一个简单的Angular 2应用,展示了并行命名的路由器出口
文件大小:4.33MB
文件格式:ZIP
更新时间:2024-06-07 21:25:59
TypeScript
在Angular 2中命名为路由器出口 一个显示会议发言人及其个人简历的应用程序。 该项目的目的是展示使用Angular 2 Component Router的已命名并行路由器插座。 它是使用Angular CLI构建的。 入门 您将需要通过安装和NPM 从首选项目目录开始运行以下命令: git clone https://github.com/onehungrymind/ng2-named-route-outlets.git cd ng2-named-router-outlets npm i npm start # or ng serve 导航到以查看正在运行的应用程序。 自动监视文件。 代码脚手架 运行ng generate component component-name生成一个新的组件。 您还可以使用ng generate directive/pipe/service/clas
【文件预览】:
ng2-named-router-outlets-master
----package.json(1KB)
----tslint.json(3KB)
----protractor.conf.js(765B)
----angular.json(3KB)
----package-lock.json(436KB)
----src()
--------typings.d.ts(201B)
--------test.ts(1KB)
--------assets()
--------index.html(317B)
--------app()
--------main.ts(351B)
--------tsconfig.json(362B)
--------styles.css(226B)
--------polyfills.ts(601B)
--------environments()
--------favicon.ico(5KB)
----e2e()
--------app.po.ts(219B)
--------tsconfig.json(349B)
--------app.e2e-spec.ts(340B)
----.gitignore(386B)
----karma.conf.js(977B)
----README.md(1KB)
----yarn.lock(230KB)
----.editorconfig(260B)