This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 21
21
"@angular/platform-browser" : " ^17.0.0" ,
22
22
"@angular/platform-browser-dynamic" : " ^17.0.0" ,
23
23
"@angular/router" : " ^17.0.0" ,
24
- "@angular/ssr " : " ^17.0.0" ,
24
+ "@angular/localize " : " ^17.0.0" ,
25
25
"moment" : " ^2.18.1" ,
26
26
"rxjs" : " ~7.4.0" ,
27
27
"tslib" : " ^2.3.0" ,
Original file line number Diff line number Diff line change
1
+ import '@angular/localize/init' ;
1
2
import { importProvidersFrom } from '@angular/core' ;
2
3
import { bootstrapApplication } from '@angular/platform-browser' ;
3
4
import { provideHttpClient } from '@angular/common/http' ;
Original file line number Diff line number Diff line change 212
212
dependencies :
213
213
tslib "^2.3.0"
214
214
215
+ " @angular/localize@^17.0.0 " :
216
+ version "17.0.8"
217
+ resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-17.0.8.tgz#f2d4d1e2b2e573350c2dae9666a7cf7720be2d36"
218
+ integrity sha512-1zW8qWKNMH3r/x4KpwzzUmVY+iN76vYdhjA6gzZDnpJxpon9eyljNEildj9+zSWeNUr2LgJ6HnkIX9q1f3mXfA==
219
+ dependencies :
220
+ " @babel/core" " 7.23.2"
221
+ fast-glob "3.3.1"
222
+ yargs "^17.2.1"
223
+
215
224
" @angular/material-moment-adapter@^17.0.0 " :
216
225
version "17.0.0"
217
226
resolved "https://registry.yarnpkg.com/@angular/material-moment-adapter/-/material-moment-adapter-17.0.0.tgz#812e267da15c772dac80903e849f6f8301a88bd7"
294
303
dependencies :
295
304
tslib "^2.3.0"
296
305
297
- " @angular/ssr@^17.0.0 " :
298
- version "17.0.0"
299
- resolved "https://registry.yarnpkg.com/@angular/ssr/-/ssr-17.0.0.tgz#99694e9a602ab87e64415b8bbf35597551140d31"
300
- integrity sha512-yctZuIR9AA9aaAQe6JzBNbBoRUy37449tYYpwdxmI1Fp5rsrzrlJ1HeFidrmca4k3RWXw3VZNpklPWStlZBm2Q==
301
- dependencies :
302
- critters "0.0.20"
303
- tslib "^2.3.0"
304
-
305
306
" @assemblyscript/loader@^0.10.1 " :
306
307
version "0.10.1"
307
308
resolved "https://registry.yarnpkg.com/@assemblyscript/loader/-/loader-0.10.1.tgz#70e45678f06c72fa2e350e8553ec4a4d72b92e06"
You can’t perform that action at this time.
0 commit comments