2016-07-12 18:14:13 -07:00
|
|
|
{
|
|
|
|
"description": "NgModule Final",
|
2017-02-02 18:38:17 +00:00
|
|
|
"basePath": "src/",
|
2016-07-12 18:14:13 -07:00
|
|
|
"files": [
|
|
|
|
"app/app.component.ts",
|
|
|
|
"app/app.module.ts",
|
2016-10-05 16:59:09 -05:00
|
|
|
"app/app-routing.module.ts",
|
2016-07-12 18:14:13 -07:00
|
|
|
|
|
|
|
"app/contact/contact.component.css",
|
|
|
|
"app/contact/contact.component.html",
|
2016-08-25 19:12:15 -07:00
|
|
|
"app/contact/contact.service.ts",
|
|
|
|
|
2016-07-12 18:14:13 -07:00
|
|
|
"app/contact/contact.component.ts",
|
|
|
|
"app/contact/contact.module.ts",
|
2016-10-05 16:59:09 -05:00
|
|
|
"app/contact/contact-routing.module.ts",
|
2016-07-12 18:14:13 -07:00
|
|
|
|
|
|
|
"app/crisis/*.ts",
|
|
|
|
|
2016-08-25 19:12:15 -07:00
|
|
|
"app/hero/hero-detail.component.ts",
|
|
|
|
"app/hero/hero-list.component.ts",
|
|
|
|
"app/hero/hero.service.ts",
|
2016-07-12 18:14:13 -07:00
|
|
|
|
2016-08-25 19:12:15 -07:00
|
|
|
"app/hero/hero.component.ts",
|
|
|
|
"app/hero/hero.module.ts",
|
2016-10-05 16:59:09 -05:00
|
|
|
"app/hero/hero-routing.module.ts",
|
2016-07-12 18:14:13 -07:00
|
|
|
|
2016-08-23 00:17:18 -07:00
|
|
|
"app/core/*.css",
|
|
|
|
"app/core/*.html",
|
|
|
|
"app/core/*.ts",
|
|
|
|
|
2016-07-12 18:14:13 -07:00
|
|
|
"app/shared/*.css",
|
|
|
|
"app/shared/*.html",
|
|
|
|
"app/shared/*.ts",
|
|
|
|
|
2017-02-02 18:38:17 +00:00
|
|
|
"main.ts",
|
2016-07-12 18:14:13 -07:00
|
|
|
"styles.css",
|
|
|
|
"index.html"
|
|
|
|
],
|
|
|
|
"main": "index.html",
|
|
|
|
"tags": ["NgModule"]
|
|
|
|
}
|