Skip to content

Commit bbb2afd

Browse files
committed
build(common): updating golden files for the @angular/common package
This commit updates golden files that got changed after swtiching to relative paths. There are no actual change to the APIs, the golden file updates capture the change in imports.
1 parent 6214200 commit bbb2afd

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
lines changed

goldens/public-api/common/http/index.api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { ResourceRef } from '@angular/core';
1616
import { Signal } from '@angular/core';
1717
import { ValueEqualityFn } from '@angular/core';
1818
import { WritableResource } from '@angular/core';
19-
import { XhrFactory } from '@angular/common';
2019

2120
// @public
2221
export class FetchBackend implements HttpBackend {

goldens/public-api/common/http/testing/index.api.md

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

7-
import { HttpEvent } from '@angular/common/http';
8-
import { HttpHeaders } from '@angular/common/http';
9-
import { HttpRequest } from '@angular/common/http';
107
import * as i0 from '@angular/core';
11-
import * as i1 from '@angular/common/http';
128
import { Observer } from 'rxjs';
139
import { Provider } from '@angular/core';
1410

@@ -19,7 +15,7 @@ export class HttpClientTestingModule {
1915
// (undocumented)
2016
static ɵinj: i0.ɵɵInjectorDeclaration<HttpClientTestingModule>;
2117
// (undocumented)
22-
static ɵmod: i0.ɵɵNgModuleDeclaration<HttpClientTestingModule, never, [typeof i1.HttpClientModule], never>;
18+
static ɵmod: i0.ɵɵNgModuleDeclaration<HttpClientTestingModule, never, [typeof HttpClientModule], never>;
2319
}
2420

2521
// @public

goldens/public-api/common/testing/index.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
import * as i0 from '@angular/core';
88
import { InjectionToken } from '@angular/core';
99
import { Location as Location_2 } from '@angular/common';
10-
import { LocationChangeListener } from '@angular/common';
1110
import { LocationStrategy } from '@angular/common';
12-
import { PlatformLocation } from '@angular/common';
1311
import { Provider } from '@angular/core';
1412
import { SubscriptionLike } from 'rxjs';
1513

goldens/public-api/common/upgrade/index.api.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,30 @@
44
55
```ts
66

7+
import { ChangeDetectorRef } from '@angular/core';
8+
import { DoCheck } from '@angular/core';
9+
import { ElementRef } from '@angular/core';
710
import * as i0 from '@angular/core';
8-
import * as i1 from '@angular/common';
911
import { InjectionToken } from '@angular/core';
10-
import { Location as Location_2 } from '@angular/common';
11-
import { LocationStrategy } from '@angular/common';
12+
import { Injector } from '@angular/core';
13+
import { IterableDiffers } from '@angular/core';
14+
import { KeyValueDiffers } from '@angular/core';
1215
import { ModuleWithProviders } from '@angular/core';
13-
import { PlatformLocation } from '@angular/common';
16+
import { NgIterable } from '@angular/core';
17+
import { NgModuleFactory } from '@angular/core';
18+
import { Observable } from 'rxjs';
19+
import { OnChanges } from '@angular/core';
20+
import { OnDestroy } from '@angular/core';
21+
import { PipeTransform } from '@angular/core';
22+
import { Renderer2 } from '@angular/core';
23+
import { SimpleChanges } from '@angular/core';
24+
import { Subscribable } from 'rxjs';
25+
import { SubscriptionLike } from 'rxjs';
26+
import { TemplateRef } from '@angular/core';
27+
import { TrackByFunction } from '@angular/core';
28+
import { Type } from '@angular/core';
1429
import { UpgradeModule } from '@angular/upgrade/static';
30+
import { ViewContainerRef } from '@angular/core';
1531

1632
// @public
1733
export class $locationShim {
@@ -117,7 +133,7 @@ export class LocationUpgradeModule {
117133
// (undocumented)
118134
static ɵinj: i0.ɵɵInjectorDeclaration<LocationUpgradeModule>;
119135
// (undocumented)
120-
static ɵmod: i0.ɵɵNgModuleDeclaration<LocationUpgradeModule, never, [typeof i1.CommonModule], never>;
136+
static ɵmod: i0.ɵɵNgModuleDeclaration<LocationUpgradeModule, never, [typeof CommonModule], never>;
121137
}
122138

123139
// @public

0 commit comments

Comments
 (0)