mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
[CL-135] Fix import statement for standalone component (#12589)
This commit is contained in:
@@ -13,8 +13,7 @@ export default {
|
|||||||
component: BadgeListComponent,
|
component: BadgeListComponent,
|
||||||
decorators: [
|
decorators: [
|
||||||
moduleMetadata({
|
moduleMetadata({
|
||||||
imports: [SharedModule, BadgeModule],
|
imports: [SharedModule, BadgeModule, BadgeListComponent],
|
||||||
declarations: [BadgeListComponent],
|
|
||||||
providers: [
|
providers: [
|
||||||
{
|
{
|
||||||
provide: I18nService,
|
provide: I18nService,
|
||||||
|
|||||||
Reference in New Issue
Block a user