File tree 6 files changed +21
-22
lines changed
6 files changed +21
-22
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ indent_size = 2
8
8
insert_final_newline = true
9
9
trim_trailing_whitespace = true
10
10
11
+ [* .ts ]
12
+ quote_type = single
13
+
11
14
[* .md ]
12
15
max_line_length = off
13
16
trim_trailing_whitespace = false
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: 'MacOS Build'
3
3
4
4
# Controls when the action will run.
5
5
on :
6
- # Triggers the workflow on push or pull request events but only for the master branch
6
+ # Triggers the workflow on push or pull request events but only for the main branch
7
7
push :
8
8
branches :
9
- - master
9
+ - main
10
10
pull_request :
11
11
branches :
12
- - master
12
+ - main
13
13
14
14
# Allows you to run this workflow manually from the Actions tab
15
15
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: 'Linux Build'
3
3
4
4
# Controls when the action will run.
5
5
on :
6
- # Triggers the workflow on push or pull request events but only for the master branch
6
+ # Triggers the workflow on push or pull request events but only for the main branch
7
7
push :
8
8
branches :
9
- - master
9
+ - main
10
10
pull_request :
11
11
branches :
12
- - master
12
+ - main
13
13
14
14
# Allows you to run this workflow manually from the Actions tab
15
15
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: 'Windows Build'
3
3
4
4
# Controls when the action will run.
5
5
on :
6
- # Triggers the workflow on push or pull request events but only for the master branch
6
+ # Triggers the workflow on push or pull request events but only for the main branch
7
7
push :
8
8
branches :
9
- - master
9
+ - main
10
10
pull_request :
11
11
branches :
12
- - master
12
+ - main
13
13
14
14
# Allows you to run this workflow manually from the Actions tab
15
15
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -151,11 +151,11 @@ Please note that Hot reload is only available in Renderer process.
151
151
- Angular 10 & Electron 9 : Branch [ angular10] ( https://github.com/maximegris/angular-electron/tree/angular10 )
152
152
- Angular 11 & Electron 12 : Branch [ angular11] ( https://github.com/maximegris/angular-electron/tree/angular11 )
153
153
- Angular 12 & Electron 16 : Branch [ angular12] ( https://github.com/maximegris/angular-electron/tree/angular12 )
154
- - Angular 13 & Electron 17 : (master )
154
+ - Angular 13 & Electron 17 : (main )
155
155
156
156
[ maintained-badge ] : https://img.shields.io/badge/maintained-yes-brightgreen
157
157
[ license-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
158
- [ license ] : https://github.com/maximegris/angular-electron/blob/master /LICENSE.md
158
+ [ license ] : https://github.com/maximegris/angular-electron/blob/main /LICENSE.md
159
159
[ prs-badge ] : https://img.shields.io/badge/PRs-welcome-red.svg
160
160
[ prs ] : http://makeapullrequest.com
161
161
Original file line number Diff line number Diff line change 13
13
"schematics" : {
14
14
"@schematics/angular:application" : {
15
15
"strict" : true
16
+ },
17
+ "@schematics/angular:component" : {
18
+ "style" : " scss"
16
19
}
17
20
},
21
+ "prefix" : " app" ,
18
22
"architect" : {
19
23
"build" : {
20
24
"builder" : " @angular-builders/custom-webpack:browser" ,
139
143
"karmaConfig" : " src/karma.conf.js" ,
140
144
"scripts" : [],
141
145
"styles" : [
142
- " src/styles.scss"
146
+ " src/favicon.ico" ,
147
+ " src/assets"
143
148
],
144
149
"assets" : [
145
150
" src/assets"
176
181
}
177
182
}
178
183
},
179
- "defaultProject" : " angular-electron" ,
180
- "schematics" : {
181
- "@schematics/angular:component" : {
182
- "prefix" : " app" ,
183
- "style" : " scss"
184
- },
185
- "@schematics/angular:directive" : {
186
- "prefix" : " app"
187
- }
188
- }
184
+ "defaultProject" : " angular-electron"
189
185
}
You can’t perform that action at this time.
0 commit comments