Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion goldens/public-api/animations/browser/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class NoopAnimationDriver implements AnimationDriver {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<NoopAnimationDriver, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<NoopAnimationDriver>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// (No @packageDocumentation comment for this package)
Expand Down
2 changes: 1 addition & 1 deletion goldens/public-api/animations/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export abstract class AnimationBuilder {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<AnimationBuilder, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<AnimationBuilder>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public @deprecated
Expand Down
16 changes: 8 additions & 8 deletions goldens/public-api/common/http/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class FetchBackend implements HttpBackend {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<FetchBackend, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<FetchBackend>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand All @@ -41,7 +41,7 @@ export abstract class HttpBackend implements HttpHandler {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<HttpBackend, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<HttpBackend>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -540,7 +540,7 @@ export class HttpClient {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<HttpClient, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<HttpClient>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -684,7 +684,7 @@ export abstract class HttpHandler {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<HttpHandler, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<HttpHandler>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -1200,7 +1200,7 @@ export class HttpXhrBackend implements HttpBackend {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<HttpXhrBackend, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<HttpXhrBackend>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand All @@ -1209,7 +1209,7 @@ export abstract class HttpXsrfTokenExtractor {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<HttpXsrfTokenExtractor, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<HttpXsrfTokenExtractor>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public @deprecated
Expand All @@ -1219,7 +1219,7 @@ export class JsonpClientBackend implements HttpBackend {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<JsonpClientBackend, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<JsonpClientBackend>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public @deprecated
Expand All @@ -1229,7 +1229,7 @@ export class JsonpInterceptor {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<JsonpInterceptor, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<JsonpInterceptor>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down
24 changes: 12 additions & 12 deletions goldens/public-api/common/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class BrowserPlatformLocation extends PlatformLocation {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<BrowserPlatformLocation, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<BrowserPlatformLocation>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -294,7 +294,7 @@ export class HashLocationStrategy extends LocationStrategy implements OnDestroy
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<HashLocationStrategy, [null, { optional: true; }]>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<HashLocationStrategy>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -420,7 +420,7 @@ class Location_2 implements OnDestroy {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<Location_2, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<Location_2>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}
export { Location_2 as Location }

Expand Down Expand Up @@ -466,7 +466,7 @@ export abstract class LocationStrategy {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<LocationStrategy, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<LocationStrategy>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -600,7 +600,7 @@ export class NgLocaleLocalization extends NgLocalization {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<NgLocaleLocalization, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<NgLocaleLocalization>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public (undocumented)
Expand All @@ -610,7 +610,7 @@ export abstract class NgLocalization {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<NgLocalization, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<NgLocalization>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -748,7 +748,7 @@ export class NoTrailingSlashPathLocationStrategy extends PathLocationStrategy {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<NoTrailingSlashPathLocationStrategy, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<NoTrailingSlashPathLocationStrategy>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public @deprecated
Expand Down Expand Up @@ -811,7 +811,7 @@ export class PathLocationStrategy extends LocationStrategy implements OnDestroy
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<PathLocationStrategy, [null, { optional: true; }]>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<PathLocationStrategy>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -864,7 +864,7 @@ export abstract class PlatformLocation {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<PlatformLocation, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<PlatformLocation>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -908,7 +908,7 @@ export abstract class PlatformNavigation implements ɵNavigation {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<PlatformNavigation, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<PlatformNavigation>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public @deprecated
Expand Down Expand Up @@ -1006,7 +1006,7 @@ export class TrailingSlashPathLocationStrategy extends PathLocationStrategy {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<TrailingSlashPathLocationStrategy, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<TrailingSlashPathLocationStrategy>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public @deprecated
Expand Down Expand Up @@ -1070,7 +1070,7 @@ export abstract class XhrFactory {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<XhrFactory, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<XhrFactory>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// (No @packageDocumentation comment for this package)
Expand Down
6 changes: 3 additions & 3 deletions goldens/public-api/common/testing/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class MockLocationStrategy extends LocationStrategy {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<MockLocationStrategy, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<MockLocationStrategy>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -93,7 +93,7 @@ export class MockPlatformLocation implements PlatformLocation {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<MockPlatformLocation, [{ optional: true; }]>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<MockPlatformLocation>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -147,7 +147,7 @@ export class SpyLocation implements Location_2 {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<SpyLocation, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<SpyLocation>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// (No @packageDocumentation comment for this package)
Expand Down
12 changes: 6 additions & 6 deletions goldens/public-api/core/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class ApplicationInitStatus {
// (undocumented)
static ɵfac: ɵɵFactoryDeclaration<ApplicationInitStatus, never>;
// (undocumented)
static ɵprov: ɵɵInjectableDeclaration<ApplicationInitStatus>;
static ɵprov: ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -155,7 +155,7 @@ export class ApplicationRef {
// (undocumented)
static ɵfac: ɵɵFactoryDeclaration<ApplicationRef, never>;
// (undocumented)
static ɵprov: ɵɵInjectableDeclaration<ApplicationRef>;
static ɵprov: ɵɵInjectableDeclaration<any>;
}

// @public (undocumented)
Expand Down Expand Up @@ -250,7 +250,7 @@ export class Compiler {
// (undocumented)
static ɵfac: ɵɵFactoryDeclaration<Compiler, never>;
// (undocumented)
static ɵprov: ɵɵInjectableDeclaration<Compiler>;
static ɵprov: ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -1466,7 +1466,7 @@ export class PlatformRef {
// (undocumented)
static ɵfac: ɵɵFactoryDeclaration<PlatformRef, never>;
// (undocumented)
static ɵprov: ɵɵInjectableDeclaration<PlatformRef>;
static ɵprov: ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -1913,7 +1913,7 @@ export class Testability implements PublicTestability {
// (undocumented)
static ɵfac: ɵɵFactoryDeclaration<Testability, never>;
// (undocumented)
static ɵprov: ɵɵInjectableDeclaration<Testability>;
static ɵprov: ɵɵInjectableDeclaration<any>;
}

// @public
Expand All @@ -1928,7 +1928,7 @@ export class TestabilityRegistry {
// (undocumented)
static ɵfac: ɵɵFactoryDeclaration<TestabilityRegistry, never>;
// (undocumented)
static ɵprov: ɵɵInjectableDeclaration<TestabilityRegistry>;
static ɵprov: ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down
6 changes: 3 additions & 3 deletions goldens/public-api/forms/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export class FormBuilder {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<FormBuilder, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<FormBuilder>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -822,7 +822,7 @@ export abstract class NonNullableFormBuilder {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<NonNullableFormBuilder, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<NonNullableFormBuilder>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -973,7 +973,7 @@ export class UntypedFormBuilder extends FormBuilder {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<UntypedFormBuilder, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<UntypedFormBuilder>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down
10 changes: 5 additions & 5 deletions goldens/public-api/platform-browser/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class CssVarNamespacer {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<CssVarNamespacer, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<CssVarNamespacer>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand All @@ -77,7 +77,7 @@ export abstract class DomSanitizer implements Sanitizer {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<DomSanitizer, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<DomSanitizer>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand All @@ -94,7 +94,7 @@ export class EventManager {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<EventManager, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<EventManager>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -142,7 +142,7 @@ export class Meta {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<Meta, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<Meta>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down Expand Up @@ -209,7 +209,7 @@ export class Title {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<Title, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<Title>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public (undocumented)
Expand Down
2 changes: 1 addition & 1 deletion goldens/public-api/platform-server/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class PlatformState {
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<PlatformState, never>;
// (undocumented)
static ɵprov: i0.ɵɵInjectableDeclaration<PlatformState>;
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
}

// @public
Expand Down
Loading