Replies: 1 comment
-
this is done |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
With the
@interactive-video-labs/core
now published on npm:…it’s the right moment to explore an Angular wrapper to allow developers to seamlessly integrate interactive video playback into Angular applications.
🧩 Why an Angular Wrapper?
Angular powers many enterprise-grade and educational applications. A lightweight Angular component can:
<ivlabs-player>
custom component@Input()
bindings for config likesrc
,cues
, etc.@Output()
events forinteraction
,response
, andanalytics
ViewChild
🌟 Example Usage
Here’s what using the Angular wrapper might look like:
🛠️ Design Considerations
We envision this Angular wrapper to:
@Component()
-based bridge@types/interactive-video-labs
This wrapper can live in its own package, e.g.
@interactive-video-labs/angular
.🤝 Open Questions
Let us know what you'd like to see in this wrapper — contributions and feedback are welcome!
– Tajul (on behalf of Interactive Video Labs)
Beta Was this translation helpful? Give feedback.
All reactions