Skip to content

Commit

Permalink
1455558 docs(docs-infra): have a redirect for `guide/components/anato…
Browse files Browse the repository at this point in the history
…my-of-components` (#58750)
  • Loading branch information
AndrewKushnir committed Nov 20, 2024
1 parent 5910b37 commit df028a1
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Wed Nov 20 00:41:39 UTC 2024
0f2b0712c6a8debb6e171f66fc4155bfdfdf36e0
Wed Nov 20 00:58:36 UTC 2024
1455558d7af74e8e018e10e1ec4908047a61f40b
10 changes: 5 additions & 5 deletions fesm2022/platform-browser-dynamic.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-0f2b071
* @license Angular v19.1.0-next.0+sha-1455558
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -113,10 +113,10 @@ class ResourceLoaderImpl extends ResourceLoader {
xhr.send();
return promise;
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0f2b071", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0f2b071", ngImport: i0, type: ResourceLoaderImpl });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: ResourceLoaderImpl });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0f2b071", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
type: Injectable
}] });

Expand All @@ -141,7 +141,7 @@ const INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS = [
/**
* @publicApi
*/
const VERSION = new Version('19.1.0-next.0+sha-0f2b071');
const VERSION = new Version('19.1.0-next.0+sha-1455558');

/**
* @publicApi
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/platform-browser-dynamic.mjs.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions fesm2022/testing.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-0f2b071
* @license Angular v19.1.0-next.0+sha-1455558
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -42,10 +42,10 @@ class DOMTestComponentRenderer extends TestComponentRenderer {
ɵgetDOM().remove(oldRoots[i]);
}
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0f2b071", ngImport: i0, type: DOMTestComponentRenderer, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0f2b071", ngImport: i0, type: DOMTestComponentRenderer });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: DOMTestComponentRenderer, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: DOMTestComponentRenderer });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0f2b071", ngImport: i0, type: DOMTestComponentRenderer, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: DOMTestComponentRenderer, decorators: [{
type: Injectable
}], ctorParameters: () => [{ type: undefined, decorators: [{
type: Inject,
Expand All @@ -69,11 +69,11 @@ const platformBrowserDynamicTesting = createPlatformFactory(platformCoreDynamicT
* @publicApi
*/
class BrowserDynamicTestingModule {
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0f2b071", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-0f2b071", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0f2b071", ngImport: i0, type: BrowserDynamicTestingModule, providers: [{ provide: TestComponentRenderer, useClass: DOMTestComponentRenderer }], imports: [BrowserTestingModule] });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: BrowserDynamicTestingModule, providers: [{ provide: TestComponentRenderer, useClass: DOMTestComponentRenderer }], imports: [BrowserTestingModule] });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-0f2b071", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-1455558", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
type: NgModule,
args: [{
exports: [BrowserTestingModule],
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-0f2b071
* @license Angular v19.1.0-next.0+sha-1455558
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/platform-browser-dynamic",
"version": "19.1.0-next.0+sha-0f2b071",
"version": "19.1.0-next.0+sha-1455558",
"description": "Angular - library for using Angular in a web browser with JIT compilation",
"author": "angular",
"license": "MIT",
Expand All @@ -11,10 +11,10 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "19.1.0-next.0+sha-0f2b071",
"@angular/common": "19.1.0-next.0+sha-0f2b071",
"@angular/compiler": "19.1.0-next.0+sha-0f2b071",
"@angular/platform-browser": "19.1.0-next.0+sha-0f2b071"
"@angular/core": "19.1.0-next.0+sha-1455558",
"@angular/common": "19.1.0-next.0+sha-1455558",
"@angular/compiler": "19.1.0-next.0+sha-1455558",
"@angular/platform-browser": "19.1.0-next.0+sha-1455558"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion testing/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-0f2b071
* @license Angular v19.1.0-next.0+sha-1455558
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down

0 comments on commit df028a1

Please sign in to comment.