File tree Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 15
15
"tsconfig" : " tsconfig.app.json" ,
16
16
"testTsconfig" : " tsconfig.spec.json" ,
17
17
"prefix" : " " ,
18
- "styles" : [
19
- " styles.scss"
20
- ],
21
- "scripts" : [
22
- " ../../node_modules/hammerjs/hammer.min.js"
23
- ],
18
+ "styles" : [ " styles.scss" ],
19
+ "scripts" : [ ],
24
20
"environmentSource" : " environments/environment.ts" ,
25
21
"environments" : {
26
22
"dev" : " environments/environment.ts" ,
29
25
}
30
26
],
31
27
"e2e" : {
32
- "protractor" : {
33
- "config" : " ./protractor.conf.js"
34
- }
28
+ "protractor" : { "config" : " ./protractor.conf.js" }
35
29
},
36
30
"test" : {
37
- "karma" : {
38
- "config" : " ./karma.conf.js"
39
- }
31
+ "karma" : { "config" : " ./karma.conf.js" }
40
32
},
41
33
"defaults" : {
42
34
"styleExt" : " scss" ,
43
- "component" : {
44
- "flat" : true
45
- }
35
+ "component" : { "flat" : true }
46
36
}
47
37
}
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
4
4
import { DemoModule } from './app/demo.module' ;
5
5
import { environment } from './environments/environment' ;
6
6
7
+ import 'hammerjs' ;
8
+
7
9
if ( environment . production ) { enableProdMode ( ) ; }
8
10
9
11
platformBrowserDynamic ( ) . bootstrapModule ( DemoModule ) ;
You can’t perform that action at this time.
0 commit comments