Skip to content

Commit 3ca2f36

Browse files
committed
refactor(core): updates to golden files (angular#60227)
This commit updates golden files to include the changes that appeared after changing imports to relative paths. PR Close angular#60227
1 parent cbf6753 commit 3ca2f36

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

goldens/public-api/core/index.api.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
import * as _angular_core from '@angular/core';
88
import { Observable } from 'rxjs';
9-
import { SIGNAL } from '@angular/core/primitives/signals';
10-
import { SignalNode } from '@angular/core/primitives/signals';
119
import { Subject } from 'rxjs';
1210
import { Subscription } from 'rxjs';
1311

@@ -1029,12 +1027,12 @@ export interface InputSignal<T> extends InputSignalWithTransform<T, T> {
10291027

10301028
// @public
10311029
export interface InputSignalWithTransform<T, TransformT> extends Signal<T> {
1030+
// (undocumented)
1031+
[SIGNAL]: InputSignalNode<T, TransformT>;
10321032
// (undocumented)
10331033
INPUT_SIGNAL_BRAND_READ_TYPE]: T;
10341034
// (undocumented)
10351035
INPUT_SIGNAL_BRAND_WRITE_TYPE]: TransformT;
1036-
// (undocumented)
1037-
[SIGNAL]: InputSignalNode<T, TransformT>;
10381036
}
10391037

10401038
// @public

goldens/public-api/core/primitives/event-dispatch/index.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
```ts
66

7-
// @public
7+
// @public (undocumented)
88
export const Attribute: {
99
JSACTION: "jsaction";
1010
};

goldens/public-api/core/primitives/signals/index.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export function runPostSignalSetFn(): void;
137137
// @public (undocumented)
138138
export function setActiveConsumer(consumer: ReactiveNode | null): ReactiveNode | null;
139139

140-
// @public
140+
// @public (undocumented)
141141
export function setAlternateWeakRefImpl(impl: unknown): void;
142142

143143
// @public (undocumented)

0 commit comments

Comments
 (0)