Skip to content

Commit 1e61a7d

Browse files
committed
refactor(core): updates to golden files
This commit updates golden files to include the changes that appeared after changing imports to relative paths.
1 parent 25de673 commit 1e61a7d

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

@@ -1027,12 +1025,12 @@ export interface InputSignal<T> extends InputSignalWithTransform<T, T> {
10271025

10281026
// @public
10291027
export interface InputSignalWithTransform<T, TransformT> extends Signal<T> {
1028+
// (undocumented)
1029+
[SIGNAL]: InputSignalNode<T, TransformT>;
10301030
// (undocumented)
10311031
INPUT_SIGNAL_BRAND_READ_TYPE]: T;
10321032
// (undocumented)
10331033
INPUT_SIGNAL_BRAND_WRITE_TYPE]: TransformT;
1034-
// (undocumented)
1035-
[SIGNAL]: InputSignalNode<T, TransformT>;
10361034
}
10371035

10381036
// @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
@@ -143,7 +143,7 @@ export function runPostSignalSetFn<T>(node: SignalNode<T>): void;
143143
// @public (undocumented)
144144
export function setActiveConsumer(consumer: ReactiveNode | null): ReactiveNode | null;
145145

146-
// @public
146+
// @public (undocumented)
147147
export function setAlternateWeakRefImpl(impl: unknown): void;
148148

149149
// @public (undocumented)

0 commit comments

Comments
 (0)