File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import {Component} from '@angular/core';
20
20
import {YouTubePlayer } from ' @angular/youtube-player' ;
21
21
22
22
@Component ({
23
- standalone: true ,
24
23
imports: [YouTubePlayer ],
25
24
template: ' <youtube-player videoId="mVjYG9TSN88"/>' ,
26
25
selector: ' youtube-player-example' ,
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ export type PlaceholderImageQuality = 'high' | 'standard' | 'low';
28
28
</svg>
29
29
</button>
30
30
` ,
31
- standalone : true ,
32
31
styleUrl : 'youtube-player-placeholder.css' ,
33
32
host : {
34
33
'class' : 'youtube-player-placeholder' ,
Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ enum PlayerState {
111
111
selector : 'youtube-player' ,
112
112
changeDetection : ChangeDetectionStrategy . OnPush ,
113
113
encapsulation : ViewEncapsulation . None ,
114
- standalone : true ,
115
114
imports : [ YouTubePlayerPlaceholder ] ,
116
115
template : `
117
116
@if (_shouldShowPlaceholder()) {
You can’t perform that action at this time.
0 commit comments