Skip to content

Commit

Permalink
fix(angular): cannot mix multi and regular providers (#290)
Browse files Browse the repository at this point in the history
We tell Angular that the provider is a multi-provider.
  • Loading branch information
dgonzalezr committed Jun 23, 2023
1 parent a44b2dd commit 2590972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bee-q-angular/src/bee-q.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { DIRECTIVES } from './directives';
useFactory: () => {
return defineCustomElements();
},
multi: true,
},
],
})
Expand Down

0 comments on commit 2590972

Please sign in to comment.