File tree Expand file tree Collapse file tree 5 files changed +2947
-2833
lines changed
projects/filestack-angular Expand file tree Collapse file tree 5 files changed +2947
-2833
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ import { BrowserModule } from '@angular/platform-browser';
65
65
import { NgModule } from ' @angular/core' ;
66
66
import { AppComponent } from ' ./app.component' ;
67
67
import { FilestackModule } from ' @filestack/angular' ;
68
- import { FilestackModule } from ' @filestack/angular' ;
69
68
70
69
@NgModule ({
71
70
declarations: [
Original file line number Diff line number Diff line change 36
36
" projects/filestack-angular/tsconfig.lib.json" ,
37
37
" projects/filestack-angular/tsconfig.spec.json"
38
38
],
39
- "exclude" : [" **/node_modules/**" ]
39
+ "exclude" : [
40
+ " **/node_modules/**"
41
+ ]
40
42
}
41
43
}
42
44
}
65
67
" projects/example/src/favicon.ico" ,
66
68
" projects/example/src/assets"
67
69
],
68
- "styles" : [" projects/example/src/styles.scss" ],
70
+ "styles" : [
71
+ " projects/example/src/styles.scss"
72
+ ],
69
73
"scripts" : []
70
74
},
71
75
"configurations" : {
120
124
" projects/example/src/favicon.ico" ,
121
125
" projects/example/src/assets"
122
126
],
123
- "styles" : [" projects/example/src/styles.css" ],
127
+ "styles" : [
128
+ " projects/example/src/styles.css"
129
+ ],
124
130
"scripts" : []
125
131
}
126
132
},
131
137
" projects/example/tsconfig.app.json" ,
132
138
" projects/example/tsconfig.spec.json"
133
139
],
134
- "exclude" : [" **/node_modules/**" ]
140
+ "exclude" : [
141
+ " **/node_modules/**"
142
+ ]
135
143
}
136
144
},
137
145
"e2e" : {
149
157
}
150
158
}
151
159
},
152
- "defaultProject" : " filestack-angular"
153
- }
160
+ "defaultProject" : " filestack-angular" ,
161
+ "cli" : {
162
+ "analytics" : false
163
+ }
164
+ }
You can’t perform that action at this time.
0 commit comments