@angular/core 17.1.0 → 17.1.1
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/esm2022/src/linker/compiler.mjs +1 -1
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/render3/node_manipulation.mjs +2 -5
- package/esm2022/src/render3/util/global_utils.mjs +3 -1
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +4 -6
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/index.d.ts +2 -4
- package/package.json +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/block-template-entities/bundle.js +161 -161
- package/schematics/migrations/block-template-entities/bundle.js.map +1 -1
- package/schematics/migrations/compiler-options/bundle.js +13 -13
- package/schematics/migrations/transfer-state/bundle.js +13 -13
- package/schematics/ng-generate/control-flow-migration/bundle.js +170 -170
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +1 -1
- package/schematics/ng-generate/standalone-migration/bundle.js +425 -425
- package/schematics/ng-generate/standalone-migration/bundle.js.map +1 -1
- package/testing/index.d.ts +1 -1
package/fesm2022/testing.mjs
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v17.1.
|
|
2
|
+
* @license Angular v17.1.1
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -1221,9 +1221,6 @@ export declare abstract class CompilerFactory {
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Options for creating a compiler.
|
|
1223
1223
|
*
|
|
1224
|
-
* Note: the `useJit` and `missingTranslation` config options are not used in Ivy, passing them has
|
|
1225
|
-
* no effect. Those config options are deprecated since v13.
|
|
1226
|
-
*
|
|
1227
1224
|
* @publicApi
|
|
1228
1225
|
*/
|
|
1229
1226
|
export declare type CompilerOptions = {
|
|
@@ -4203,6 +4200,7 @@ declare const globalUtilsFunctions: {
|
|
|
4203
4200
|
getRootComponents: typeof getRootComponents;
|
|
4204
4201
|
getDirectives: typeof ɵgetDirectives;
|
|
4205
4202
|
applyChanges: typeof applyChanges;
|
|
4203
|
+
isSignal: typeof isSignal;
|
|
4206
4204
|
};
|
|
4207
4205
|
|
|
4208
4206
|
/**
|
package/package.json
CHANGED
package/rxjs-interop/index.d.ts
CHANGED