Add @angular/localize
This commit is contained in:
parent
2cf81751f0
commit
a247950351
3 changed files with 4 additions and 2 deletions
|
@ -140,7 +140,7 @@
|
|||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/localize": "~9.0.0",
|
||||
"@angular/localize": "^9.0.0",
|
||||
"@ngx-i18nsupport/tooling": "^8.0.3",
|
||||
"tslib": "^1.10.0"
|
||||
}
|
||||
|
|
|
@ -69,3 +69,5 @@ import 'zone.js/dist/zone' // Included with Angular CLI.
|
|||
;(window as any).global = window
|
||||
;(window as any).process = require('process/')
|
||||
;(window as any).Buffer = require('buffer/').Buffer
|
||||
|
||||
import '@angular/localize/init'
|
||||
|
|
|
@ -197,7 +197,7 @@
|
|||
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-9.0.0.tgz#24ba63ae5db566b70f7c40bb148dc37a77aaa373"
|
||||
integrity sha512-tOMtXY8DFpTWMF77BOTXZmMMtqvdy6fbyOkJSccn6VatcPrNXOs5rKur+KNwdSlK+djjss6Y+LA8fQAvjNvUqw==
|
||||
|
||||
"@angular/localize@~9.0.0":
|
||||
"@angular/localize@^9.0.0":
|
||||
version "9.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.0.0.tgz#d7b428e2784a2c35430ff47c823b70c514fa0016"
|
||||
integrity sha512-T1dtjqT6BDjWLvtF81RsCBdo+hiORLiNKpSD1wXmHF1L/GMKP+EDODvBDMgnyt4NlSn+HzBeSxE+XPWsHub6cg==
|
||||
|
|
Loading…
Reference in a new issue