Skip to content

Commit 0fbe283

Browse files
3e7cb2c docs: fix 404 link in roadmap (#58791)
1 parent bc3fb27 commit 0fbe283

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Nov 21 16:42:17 UTC 2024
2-
cebf2555e7a772cb7436cd19bdf5b091f3c0f57c
1+
Thu Nov 21 16:49:47 UTC 2024
2+
3e7cb2cfe1cd301afaccccabcd1004adf6939dd5

bundles/chunk-P6YTDBL7.js

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

bundles/index.js

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

bundles_metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

linker/src/file_linker/partial_linkers/util.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
99
import { AstObject, AstValue } from '../../ast/ast_value';
10-
export declare const PLACEHOLDER_VERSION = "19.1.0-next.0+sha-cebf255";
10+
export declare const PLACEHOLDER_VERSION = "19.1.0-next.0+sha-3e7cb2c";
1111
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
1212
/**
1313
* Parses the value of an enum from the AST value's symbol name.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/compiler-cli",
3-
"version": "19.1.0-next.0+sha-cebf255",
3+
"version": "19.1.0-next.0+sha-3e7cb2c",
44
"description": "Angular - the compiler CLI for Node.js",
55
"typings": "index.d.ts",
66
"bin": {
@@ -53,7 +53,7 @@
5353
"yargs": "^17.2.1"
5454
},
5555
"peerDependencies": {
56-
"@angular/compiler": "19.1.0-next.0+sha-cebf255",
56+
"@angular/compiler": "19.1.0-next.0+sha-3e7cb2c",
5757
"typescript": ">=5.5 <5.7"
5858
},
5959
"repository": {

src/ngtsc/annotations/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.dev/license
77
*/
8-
export { forwardRefResolver, getAngularDecorators, isAngularDecorator, NoopReferencesRegistry, ReferencesRegistry, ResourceLoader, ResourceLoaderContext, JitDeclarationRegistry, } from './common';
8+
export { forwardRefResolver, findAngularDecorator, getAngularDecorators, isAngularDecorator, NoopReferencesRegistry, ReferencesRegistry, ResourceLoader, ResourceLoaderContext, JitDeclarationRegistry, } from './common';
99
export { ComponentDecoratorHandler } from './component';
1010
export { DirectiveDecoratorHandler, InitializerApiFunction, INPUT_INITIALIZER_FN, MODEL_INITIALIZER_FN, OUTPUT_INITIALIZER_FNS, QUERY_INITIALIZER_FNS, queryDecoratorNames, QueryFunctionName, tryParseInitializerApi, tryParseInitializerBasedOutput, tryParseSignalInputMapping, tryParseSignalModelMapping, tryParseSignalQueryFromInitializer, } from './directive';
1111
export { NgModuleDecoratorHandler } from './ng_module';

0 commit comments

Comments
 (0)