Browse Source

Merge pull request #22077 from abpframework/auto-merge/rel-9-1/3453

Merge branch dev with rel-9.1
pull/22088/head
maliming 2 years ago
committed by GitHub
parent
commit
58bc7bdfb6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      npm/ng-packs/packages/core/locale/src/utils/register-locale.ts

1
npm/ng-packs/packages/core/locale/src/utils/register-locale.ts

@ -96,6 +96,7 @@ export function registerLocale(
/* webpackChunkName: "locales"*/
/* webpackInclude: /[/\\](ar|cs|en|en-GB|es|de|fi|fr|hi|hu|is|it|pt|tr|ru|ro|sk|sl|zh-Hans|zh-Hant)\.(mjs|js)$/ */
/* webpackExclude: /[/\\]global|extra/ */
/* @vite-ignore */
`@angular/common${localePath}`
)
.then(val => {

Loading…
Cancel
Save