bug fixed
This commit is contained in:
parent
6935b9a69e
commit
12c7550b03
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -2272,8 +2272,8 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@ucap/ng-i18n": {
|
"@ucap/ng-i18n": {
|
||||||
"version": "file:pack/ucap-ng-i18n-0.0.4.tgz",
|
"version": "file:pack/ucap-ng-i18n-0.0.5.tgz",
|
||||||
"integrity": "sha512-GFHRotyHZqzfctKMW4A422XjCGquZNVteu/FwYCTUDawiARrAQ6Xri8tzvFrzC9TWS68pp2P6OvNc+9+2GUlRQ=="
|
"integrity": "sha512-P+MUurrVyLeRl4l7b4aLMG3/nPpZ54U1U2VQnAGb7OHNvZG/BJVzZqc2Z+YvnNXTe8PhMqkRfRysOZeu1AGj5A=="
|
||||||
},
|
},
|
||||||
"@ucap/ng-logger": {
|
"@ucap/ng-logger": {
|
||||||
"version": "file:pack/ucap-ng-logger-0.0.1.tgz",
|
"version": "file:pack/ucap-ng-logger-0.0.1.tgz",
|
||||||
|
|
|
@ -144,7 +144,7 @@
|
||||||
"@ucap/ng-api-prompt": "file:pack/ucap-ng-api-prompt-0.0.1.tgz",
|
"@ucap/ng-api-prompt": "file:pack/ucap-ng-api-prompt-0.0.1.tgz",
|
||||||
"@ucap/ng-api-public": "file:pack/ucap-ng-api-public-0.0.1.tgz",
|
"@ucap/ng-api-public": "file:pack/ucap-ng-api-public-0.0.1.tgz",
|
||||||
"@ucap/ng-core": "file:pack/ucap-ng-core-0.0.1.tgz",
|
"@ucap/ng-core": "file:pack/ucap-ng-core-0.0.1.tgz",
|
||||||
"@ucap/ng-i18n": "file:pack/ucap-ng-i18n-0.0.4.tgz",
|
"@ucap/ng-i18n": "file:pack/ucap-ng-i18n-0.0.5.tgz",
|
||||||
"@ucap/ng-logger": "file:pack/ucap-ng-logger-0.0.1.tgz",
|
"@ucap/ng-logger": "file:pack/ucap-ng-logger-0.0.1.tgz",
|
||||||
"@ucap/ng-native": "file:pack/ucap-ng-native-0.0.1.tgz",
|
"@ucap/ng-native": "file:pack/ucap-ng-native-0.0.1.tgz",
|
||||||
"@ucap/ng-native-browser": "file:pack/ucap-ng-native-browser-0.0.1.tgz",
|
"@ucap/ng-native-browser": "file:pack/ucap-ng-native-browser-0.0.1.tgz",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@ucap/ng-i18n",
|
"name": "@ucap/ng-i18n",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "http://10.81.13.221:8081/nexus/repository/npm-ucap/"
|
"registry": "http://10.81.13.221:8081/nexus/repository/npm-ucap/"
|
||||||
},
|
},
|
||||||
|
|
|
@ -14,7 +14,7 @@ import { I18nService } from '../services/i18n.service';
|
||||||
|
|
||||||
import { UCAP_I18N_NAMESPACE } from '../types/token';
|
import { UCAP_I18N_NAMESPACE } from '../types/token';
|
||||||
|
|
||||||
@Pipe({ name: 'ucapI18n' })
|
@Pipe({ name: 'ucapI18n', pure: false })
|
||||||
export class I18nPipe implements PipeTransform, OnDestroy {
|
export class I18nPipe implements PipeTransform, OnDestroy {
|
||||||
private languageChangedSubscription: Subscription;
|
private languageChangedSubscription: Subscription;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user