ngx-player-video-create
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

NgxPlayerVideoCreate

Library to create ngx-player-video component in the author tool ngx-cvbsp-author-tool

dependency

only peer dependency angular material must be install (see https://material.angular.io/ for install)

here are the peer dependencies : npm i ngx-cvbsp-player @vlemaitre/ngx-cvbsp-author-tool @vlemaitre/ngx-cvbsp-uploader @vlemaitre/ngx-player-video

install

dans app.module.ts or lazy loaded module :

` const configAuthorTool = { debug: !environment.production, componentsToRegistered: [{ className: 'NgxPlayerVideoCreateComponent', typeOf: NgxPlayerVideoCreateComponent, iconName: 'whatever suit you' } as ComponentRegistration] } as NgxCvbspAuthorToolConfig;

...

imports: [ ... NgxCvbspAuthorToolModule.forRoot(configAuthorTool), NgxPlayerVideoCreateModule, ... ] `

Dependents (0)

Package Sidebar

Install

npm i ngx-player-video-create

Weekly Downloads

7

Version

1.0.0

License

none

Unpacked Size

182 kB

Total Files

26

Last publish

Collaborators

  • vlemaitre