Skip to content

Commit df98069

Browse files
d3fec85 docs: Use inject for DI (#59835)
1 parent ac24974 commit df98069

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+74
-74
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Wed Apr 2 12:42:59 UTC 2025
2-
590b50254bddef8df132bd63deb9326c9c2051c7
1+
Wed Apr 2 13:43:10 UTC 2025
2+
d3fec852dfa0013fc5b04800ff7a917ca13b38f6

api.d-B0DHAF3U.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-590b502
2+
* @license Angular v20.0.0-next.4+sha-d3fec85
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

discovery.d-BtauQxOG.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-590b502
2+
* @license Angular v20.0.0-next.4+sha-d3fec85
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

event_dispatcher.d-PWnbqZDx.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-590b502
2+
* @license Angular v20.0.0-next.4+sha-d3fec85
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/attribute-B17mgaqe.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-590b502
2+
* @license Angular v20.0.0-next.4+sha-d3fec85
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/core.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-590b502
2+
* @license Angular v20.0.0-next.4+sha-d3fec85
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -622,7 +622,7 @@ class Version {
622622
/**
623623
* @publicApi
624624
*/
625-
const VERSION = new Version('20.0.0-next.4+sha-590b502');
625+
const VERSION = new Version('20.0.0-next.4+sha-d3fec85');
626626

627627
function compileNgModuleFactory(injector, options, moduleType) {
628628
ngDevMode && assertNgModuleType(moduleType);

fesm2022/core.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/debug_node-C2Ydr7pF.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-590b502
2+
* @license Angular v20.0.0-next.4+sha-d3fec85
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -14561,7 +14561,7 @@ class ComponentFactory extends ComponentFactory$1 {
1456114561
}
1456214562
function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
1456314563
const tAttributes = rootSelectorOrNode
14564-
? ['ng-version', '20.0.0-next.4+sha-590b502']
14564+
? ['ng-version', '20.0.0-next.4+sha-d3fec85']
1456514565
: // Extract attributes and classes from the first selector only to match VE behavior.
1456614566
extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
1456714567
let creationBindings = null;

fesm2022/debug_node-C2Ydr7pF.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/primitives/di.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-590b502
2+
* @license Angular v20.0.0-next.4+sha-d3fec85
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)