|
11 | 11 | "app/title.component.ts", |
12 | 12 | "app/user.service.ts", |
13 | 13 |
|
14 | | - "app/contact/*.css", |
15 | | - "app/contact/*.html", |
16 | | - "app/contact/*.ts", |
| 14 | + "app/contact/contact.component.css", |
| 15 | + "app/contact/contact.component.html", |
| 16 | + "app/contact/contact.service.ts", |
17 | 17 |
|
18 | | - "!app/contact/contact.component.ts", |
19 | | - "!app/contact/contact.module.ts", |
20 | | - "!app/contact/contact.routing.ts", |
| 18 | + "app/contact/awesome.pipe.ts", |
| 19 | + "app/contact/contact.component.3.ts", |
| 20 | + "app/contact/contact.module.3.ts", |
| 21 | + "app/contact/contact.routing.3.ts", |
| 22 | + "app/contact/highlight.directive.ts", |
21 | 23 |
|
22 | 24 | "app/crisis/*.ts", |
23 | 25 |
|
24 | | - "app/hero/*.ts", |
| 26 | + "app/hero/hero-detail.component.ts", |
| 27 | + "app/hero/hero-list.component.ts", |
| 28 | + "app/hero/hero.service.ts", |
25 | 29 |
|
26 | | - "!app/hero/hero.component.ts", |
27 | | - "!app/hero/hero.module.ts", |
28 | | - "!app/hero/hero.routing.ts", |
| 30 | + "app/hero/hero.component.3.ts", |
| 31 | + "app/hero/hero.module.3.ts", |
| 32 | + "app/hero/hero.routing.3.ts", |
| 33 | + "app/hero/highlight.directive.ts", |
29 | 34 |
|
30 | 35 | "styles.css", |
31 | 36 | "index.3.html" |
|
0 commit comments