Angular5 懒加载代码示例

时间:2021-06-09 12:00:33
【文件属性】:
文件名称:Angular5 懒加载代码示例
文件大小:104KB
文件格式:ZIP
更新时间:2021-06-09 12:00:33
Angular5 懒加载 个人博客Angular5 懒加载的代码示例,包含基础的Angular 懒加载代码
【文件预览】:
package.json
tslint.json
angular.json
package-lock.json
src
----browserslist(375B)
----tsconfig.app.json(194B)
----tslint.json(314B)
----test.ts(642B)
----assets()
--------.gitkeep(0B)
----index.html(298B)
----tsconfig.spec.json(282B)
----app()
--------app-routings.module.ts(486B)
--------banana()
--------app.module.ts(389B)
--------app.component.spec.ts(994B)
--------app.component.ts(207B)
--------app.component.html(131B)
--------apple()
--------app.component.css(119B)
----main.ts(370B)
----styles.css(80B)
----polyfills.ts(3KB)
----karma.conf.js(964B)
----environments()
--------environment.ts(631B)
--------environment.prod.ts(51B)
----favicon.ico(5KB)
.idea
----codeStyles()
--------Project.xml(552B)
--------codeStyleConfig.xml(146B)
----misc.xml(174B)
----modules.xml(274B)
----workspace.xml(17KB)
----inspectionProfiles()
--------Project_Default.xml(249B)
----lazyloading.iml(513B)
tsconfig.json
e2e
----tsconfig.e2e.json(213B)
----protractor.conf.js(752B)
----src()
--------app.po.ts(208B)
--------app.e2e-spec.ts(299B)
.gitignore
README.md
.editorconfig

网友评论