Skip to content

Commit

Permalink
❄️ issue #59
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanWilhite committed Sep 22, 2019
1 parent 3887a45 commit d729ad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Songhay.Dashboard/Client/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ const options: YouTubeOptions = {
providers: [
AmazonDataStore,
DashboardDataStore,
SocialDataStore
SocialDataStore,
{ provide: YouTubeOptions, useValue: options }
],
bootstrap: [AppComponent]
})
Expand Down

0 comments on commit d729ad8

Please sign in to comment.