UNPKG

@deepakhb2/ngx-embed-video

Version:

> Get embed code for embedding youtube/vimeo/dailymotion/\* video in websites from URL or ID in Angular 7+ (Tested on 9/10). > Currently supports YouTube, Vimeo and Dailymotion. Feel free to make pull request to add others!

6 lines (5 loc) 147 B
import { OnInit } from '@angular/core'; export declare class NgxEmbedVideoComponent implements OnInit { constructor(); ngOnInit(): void; }