File tree 7 files changed +3974
-3755
lines changed
7 files changed +3974
-3755
lines changed Original file line number Diff line number Diff line change 14
14
15
15
strategy :
16
16
matrix :
17
- node-version : [ 18.16 .1 ]
17
+ node-version : [ 18.19 .1 ]
18
18
19
19
steps :
20
20
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ npm install --save @paddls/ngx-form
50
50
51
51
| ` Angular ` | ` NgxForm ` |
52
52
| --------------------| -------------------|
53
+ | ` 18.0.0 ` and above | ` 8.0.0 ` and above |
53
54
| ` 17.0.0 ` and above | ` 7.0.0 ` and above |
54
55
| ` 16.0.0 ` and above | ` 6.0.0 ` and above |
55
56
| ` 15.0.0 ` and above | ` 5.0.0 ` and above |
Original file line number Diff line number Diff line change 52
52
"prefix" : " app" ,
53
53
"architect" : {
54
54
"build" : {
55
- "builder" : " @angular-devkit/build-angular:browser " ,
55
+ "builder" : " @angular-devkit/build-angular:application " ,
56
56
"options" : {
57
- "outputPath" : " dist/ngx-form-app" ,
57
+ "outputPath" : {
58
+ "base" : " dist/ngx-form-app"
59
+ },
58
60
"index" : " projects/ngx-form-app/src/index.html" ,
59
- "main" : " projects/ngx-form-app/src/main.ts" ,
60
- "polyfills" : " projects/ngx-form-app/src/polyfills.ts" ,
61
+ "polyfills" : [
62
+ " projects/ngx-form-app/src/polyfills.ts"
63
+ ],
61
64
"tsConfig" : " projects/ngx-form-app/tsconfig.app.json" ,
62
65
"aot" : true ,
63
66
"assets" : [
67
70
"styles" : [
68
71
" projects/ngx-form-app/src/styles.scss"
69
72
],
70
- "scripts" : []
73
+ "scripts" : [],
74
+ "browser" : " projects/ngx-form-app/src/main.ts"
71
75
},
72
76
"configurations" : {
73
77
"production" : {
82
86
"sourceMap" : false ,
83
87
"namedChunks" : false ,
84
88
"extractLicenses" : true ,
85
- "vendorChunk" : false ,
86
- "buildOptimizer" : true ,
87
89
"budgets" : [
88
90
{
89
91
"type" : " initial" ,
You can’t perform that action at this time.
0 commit comments