Skip to content

Commit

Permalink
e3d5607 Revert "refactor(core): Ensure DOM removal happens when no ap…
Browse files Browse the repository at this point in the history
…p views need refresh (#55132)" (#55524)
  • Loading branch information
AndrewKushnir committed Apr 24, 2024
1 parent 1f77bd5 commit 44cae9c
Show file tree
Hide file tree
Showing 29 changed files with 153 additions and 154 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Wed Apr 24 19:30:30 UTC 2024
617bc3337d0278233ced821c76f04c75805bbad5
Wed Apr 24 23:40:28 UTC 2024
e3d5607caf1c500ea85ea1a922fce6015d04ecd0
5 changes: 3 additions & 2 deletions animations/async/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v18.0.0-next.5+sha-617bc33
* @license Angular v18.0.0-next.5+sha-e3d5607
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand All @@ -14,6 +14,7 @@ import { RendererFactory2 } from '@angular/core';
import { RendererType2 } from '@angular/core';
import { ɵAnimationEngine } from '@angular/animations/browser';
import { ɵAnimationRendererFactory } from '@angular/animations/browser';
import { ɵChangeDetectionScheduler } from '@angular/core';

/**
* Returns the set of dependency-injection providers
Expand Down Expand Up @@ -59,7 +60,7 @@ export declare class ɵAsyncAnimationRendererFactory implements OnDestroy, Rende
* @param moduleImpl allows to provide a mock implmentation (or will load the animation module)
*/
constructor(doc: Document, delegate: RendererFactory2, zone: NgZone, animationType: 'animations' | 'noop', moduleImpl?: Promise<{
ɵcreateEngine: (type: 'animations' | 'noop', doc: Document) => ɵAnimationEngine;
ɵcreateEngine: (type: 'animations' | 'noop', doc: Document, scheduler: ɵChangeDetectionScheduler | null) => ɵAnimationEngine;
ɵAnimationRendererFactory: typeof ɵAnimationRendererFactory;
}> | undefined);
/** @nodoc */
Expand Down
2 changes: 1 addition & 1 deletion animations/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v18.0.0-next.5+sha-617bc33
* @license Angular v18.0.0-next.5+sha-e3d5607
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
11 changes: 5 additions & 6 deletions esm2022/animations/async/src/async_animation_renderer.mjs

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions esm2022/animations/src/module.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ export class BrowserAnimationsModule {
: BROWSER_ANIMATIONS_PROVIDERS,
};
}
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5+sha-617bc33", ngImport: i0, type: BrowserAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.5+sha-617bc33", ngImport: i0, type: BrowserAnimationsModule, exports: [BrowserModule] }); }
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.5+sha-617bc33", ngImport: i0, type: BrowserAnimationsModule, providers: BROWSER_ANIMATIONS_PROVIDERS, imports: [BrowserModule] }); }
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5+sha-e3d5607", ngImport: i0, type: BrowserAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.5+sha-e3d5607", ngImport: i0, type: BrowserAnimationsModule, exports: [BrowserModule] }); }
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.5+sha-e3d5607", ngImport: i0, type: BrowserAnimationsModule, providers: BROWSER_ANIMATIONS_PROVIDERS, imports: [BrowserModule] }); }
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5+sha-617bc33", ngImport: i0, type: BrowserAnimationsModule, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5+sha-e3d5607", ngImport: i0, type: BrowserAnimationsModule, decorators: [{
type: NgModule,
args: [{
exports: [BrowserModule],
Expand Down Expand Up @@ -83,11 +83,11 @@ export function provideAnimations() {
* @publicApi
*/
export class NoopAnimationsModule {
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5+sha-617bc33", ngImport: i0, type: NoopAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.5+sha-617bc33", ngImport: i0, type: NoopAnimationsModule, exports: [BrowserModule] }); }
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.5+sha-617bc33", ngImport: i0, type: NoopAnimationsModule, providers: BROWSER_NOOP_ANIMATIONS_PROVIDERS, imports: [BrowserModule] }); }
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5+sha-e3d5607", ngImport: i0, type: NoopAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.5+sha-e3d5607", ngImport: i0, type: NoopAnimationsModule, exports: [BrowserModule] }); }
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.5+sha-e3d5607", ngImport: i0, type: NoopAnimationsModule, providers: BROWSER_NOOP_ANIMATIONS_PROVIDERS, imports: [BrowserModule] }); }
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5+sha-617bc33", ngImport: i0, type: NoopAnimationsModule, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5+sha-e3d5607", ngImport: i0, type: NoopAnimationsModule, decorators: [{
type: NgModule,
args: [{
exports: [BrowserModule],
Expand Down

0 comments on commit 44cae9c

Please sign in to comment.