@angular/core 15.2.0-rc.0 → 15.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/esm2020/src/di/interface/defs.mjs +4 -5
- package/esm2020/src/di/provider_collection.mjs +2 -2
- package/esm2020/src/metadata/directives.mjs +1 -1
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/testing/src/logger.mjs +3 -3
- package/esm2020/testing/src/ng_zone_mock.mjs +3 -3
- package/fesm2015/core.mjs +5 -6
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/testing.mjs +5 -6
- package/fesm2015/testing.mjs.map +1 -1
- package/fesm2020/core.mjs +5 -6
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/testing.mjs +5 -6
- package/fesm2020/testing.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +1 -1
- package/schematics/ng-generate/standalone-migration/bundle.js +248 -207
- package/schematics/ng-generate/standalone-migration/bundle.js.map +4 -4
- package/testing/index.d.ts +1 -1
- package/esm2020/src/view/index.mjs +0 -9
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v15.2.0
|
|
2
|
+
* @license Angular v15.2.0
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -2210,7 +2210,7 @@ export declare interface Directive {
|
|
|
2210
2210
|
* ```typescript
|
|
2211
2211
|
* @Component({
|
|
2212
2212
|
* selector: 'child-dir',
|
|
2213
|
-
* outputs: [ 'bankNameChange' ]
|
|
2213
|
+
* outputs: [ 'bankNameChange' ],
|
|
2214
2214
|
* template: `<input (input)="bankNameChange.emit($event.target.value)" />`
|
|
2215
2215
|
* })
|
|
2216
2216
|
* class ChildDir {
|