UNPKG

@meumobi/ngx-youtube-provider

Version:

A angular service to fetch channel youtube videos and playlist

6 lines (5 loc) 206 B
import { ModuleWithProviders } from '@angular/core'; import { YoutubeConfig } from './youtube-config'; export declare class YoutubeModule { static forRoot(config: YoutubeConfig): ModuleWithProviders; }