@siemens/element-translate-ng 49.0.0 → 49.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -57,8 +57,7 @@ The config file looks like this
|
|
|
57
57
|
|
|
58
58
|
## Testing
|
|
59
59
|
|
|
60
|
-
Run `npm run translate:test` to perform the unit tests via [
|
|
61
|
-
You can set a seed for running the tests in a specific using an environment variable: `SEED=71384 npm run translate:test`
|
|
60
|
+
Run `npm run translate:test` to perform the unit tests via [Vitest](https://vitest.dev/).
|
|
62
61
|
|
|
63
62
|
## License
|
|
64
63
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { Provider, EnvironmentProviders } from '@angular/core';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* This module configures Element to use ngx-translate for translating {@link TranslatableString}
|