File tree 3 files changed +15
-5
lines changed
3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,9 @@ root = true
5
5
charset = utf-8
6
6
indent_style = space
7
7
indent_size = 2
8
- end_of_line = lf
9
8
insert_final_newline = true
10
9
trim_trailing_whitespace = true
11
10
12
11
[* .md ]
13
- max_line_length = 0
12
+ max_line_length = off
14
13
trim_trailing_whitespace = false
Original file line number Diff line number Diff line change 7
7
{
8
8
"root" : " src" ,
9
9
"outDir" : " dist" ,
10
- "assets" : " assets" ,
10
+ "assets" : [
11
+ " assets" ,
12
+ " app.js"
13
+ ],
11
14
"index" : " index.html" ,
12
15
"main" : " main.ts" ,
13
16
"test" : " test.ts" ,
14
17
"tsconfig" : " tsconfig.json" ,
15
18
"prefix" : " app" ,
16
19
"mobile" : false ,
17
20
"styles" : [
21
+ " ../bower_components/bootstrap/dist/css/bootstrap.css" ,
22
+ " ../bower_components/font-awesome/css/font-awesome.css" ,
23
+ " ../node_modules/@angular/material/core/theming/prebuilt/deeppurple-amber.css" ,
18
24
" styles.css"
19
25
],
20
- "scripts" : [],
26
+ "scripts" : [
27
+ " ../bower_components/jquery/dist/jquery.js" ,
28
+ " ../bower_components/bootstrap/dist/js/bootstrap.js"
29
+ ],
21
30
"environments" : {
22
31
"source" : " environments/environment.ts" ,
23
32
"dev" : " environments/environment.ts" ,
Original file line number Diff line number Diff line change 18
18
"@angular/core" : " 2.0.2" ,
19
19
"@angular/forms" : " 2.0.2" ,
20
20
"@angular/http" : " 2.0.2" ,
21
+ "@angular/material" : " ^2.0.0-alpha.10" ,
21
22
"@angular/platform-browser" : " 2.0.2" ,
22
23
"@angular/platform-browser-dynamic" : " 2.0.2" ,
23
24
"@angular/router" : " 3.0.0" ,
28
29
"body-parser" : " ^1.15.2" ,
29
30
"jquery" : " ^3.1.1" ,
30
31
"moment" : " ^2.16.0" ,
32
+ "ng2-meta" : " ^2.0.3" ,
31
33
"nodemailer" : " ^2.6.4" ,
32
34
"rxjs" : " 5.0.0-beta.12" ,
33
35
"ts-helpers" : " ^1.1.1" ,
37
39
"@types/core-js" : " ^0.9.34" ,
38
40
"@types/jasmine" : " ^2.2.30" ,
39
41
"@types/jquery" : " ^2.0.33" ,
40
- "angular-cli" : " 1.0.0-beta.16 " ,
42
+ "angular-cli" : " ^ 1.0.0-beta.21 " ,
41
43
"codelyzer" : " ~0.0.26" ,
42
44
"jasmine-core" : " 2.4.1" ,
43
45
"jasmine-spec-reporter" : " 2.5.0" ,
You can’t perform that action at this time.
0 commit comments