Skip to content

Commit ec53246

Browse files
committed
main - 1b721a0 build: update @angular/bazel for relative imports in ng_package (#30598)
1 parent 054f0ba commit ec53246

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

fesm2022/youtube-player.mjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as i0 from '@angular/core';
2-
import { Component, ChangeDetectionStrategy, ViewEncapsulation, Input, InjectionToken, numberAttribute, inject, NgZone, CSP_NONCE, ChangeDetectorRef, ElementRef, EventEmitter, PLATFORM_ID, booleanAttribute, Output, ViewChild, NgModule } from '@angular/core';
2+
import { Component, ChangeDetectionStrategy, ViewEncapsulation, Input, InjectionToken, inject, NgZone, CSP_NONCE, ChangeDetectorRef, ElementRef, EventEmitter, PLATFORM_ID, numberAttribute, booleanAttribute, Output, ViewChild, NgModule } from '@angular/core';
33
import { isPlatformBrowser } from '@angular/common';
44
import { Subject, BehaviorSubject, fromEventPattern, of, Observable } from 'rxjs';
55
import { switchMap, takeUntil } from 'rxjs/operators';
@@ -731,9 +731,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1",
731731
}]
732732
}] });
733733

734-
/**
735-
* Generated bundle index. Do not edit.
736-
*/
737-
738734
export { YOUTUBE_PLAYER_CONFIG, YouTubePlayer, YouTubePlayerModule };
739735
//# sourceMappingURL=youtube-player.mjs.map

0 commit comments

Comments
 (0)