Skip to content

Commit

Permalink
fix(facades): add ngx-lite-video facade (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-mamdouh committed Jun 21, 2023
1 parent 1dd4bdd commit 2606a26
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ module.exports = [
{
name: 'Lite YouTube',
repo: 'https://github.com/paulirish/lite-youtube-embed',
},
{
name: 'Ngx Lite Video',
repo: 'https://github.com/karim-mamdouh/ngx-lite-video',
},
],
},
Expand Down Expand Up @@ -764,6 +768,10 @@ module.exports = [
name: 'Lite Vimeo Embed',
repo: 'https://github.com/luwes/lite-vimeo-embed',
},
{
name: 'Ngx Lite Video',
repo: 'https://github.com/karim-mamdouh/ngx-lite-video',
},
],
},
],
Expand Down
4 changes: 4 additions & 0 deletions lib/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ describe('getProduct', () => {
name: 'Lite YouTube',
repo: 'https://github.com/paulirish/lite-youtube-embed',
},
{
name: 'Ngx Lite Video',
repo: 'https://github.com/karim-mamdouh/ngx-lite-video',
},
],
})
})
Expand Down

1 comment on commit 2606a26

@vercel
Copy link

@vercel vercel bot commented on 2606a26 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.