-
Notifications
You must be signed in to change notification settings - Fork 66
how to use it with ionic 5 #77
Comments
hello `import { NgModule } from '@angular/core'; export function HttpLoaderFactory(http: HttpClient) { bootstrap: [AppComponent] ` <plyr style="display: block; width: 640px;" plyrTitle="Video 1" [plyrPlaysInline]="true" [plyrSources]="videoSources" (plyrInit)="player = $event" (plyrPlay)="played($event)"> <button (click)="play()">Play |
you should also import inside your module page ex:(home.module.ts) :
in angular.json add the style:
|
i don't it , same problem |
@AnasProgrammer2 you should generate another component ex(home.page.ts) , then import plyr. inside home.page.html : this issue will help you : |
hello , i have app with ionic 5 (anglur 10)
i need how to import plyr to my project
The text was updated successfully, but these errors were encountered: