We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dd44e commit c55b78eCopy full SHA for c55b78e
src/cdk/overlay/fullscreen-overlay-container.ts
@@ -18,7 +18,7 @@ import {DOCUMENT} from '@angular/common';
18
*
19
* Should be provided in the root component.
20
*/
21
-@Injectable()
+@Injectable({providedIn: 'root'})
22
export class FullscreenOverlayContainer extends OverlayContainer implements OnDestroy {
23
private _fullScreenEventName: string | undefined;
24
private _fullScreenListener: () => void;
0 commit comments