Skip to content

Commit 668a261

Browse files
committed
fix: scheme import added in core
1 parent 8d9833c commit 668a261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component } from '@angular/core';
1+
import { Component, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
22
import { CommonModule } from '@angular/common'; // Import CommonModule for NgIf
33
import { InteractiveVideoComponent } from '@interactive-video-labs/angular';
44

0 commit comments

Comments
 (0)