Skip to content

Commit

Permalink
fix(core): add missing Object Attribute module (#12066)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova authored Jul 15, 2024
1 parent a00a7db commit 77f49a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/core/fundamental-ngx.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ import { MultiComboboxModule } from '@fundamental-ngx/core/multi-combobox';
import { MultiInputModule } from '@fundamental-ngx/core/multi-input';
import { NestedListModule } from '@fundamental-ngx/core/nested-list';
import { NotificationModule } from '@fundamental-ngx/core/notification';
import { ObjectAttributeModule } from '@fundamental-ngx/core/object-attribute';
import { ObjectIdentifierModule } from '@fundamental-ngx/core/object-identifier';
import { ObjectMarkerModule } from '@fundamental-ngx/core/object-marker';
import { ObjectNumberModule } from '@fundamental-ngx/core/object-number';
Expand Down Expand Up @@ -189,7 +190,8 @@ import { WizardModule } from '@fundamental-ngx/core/wizard';
OverflowLayoutModule,
ContentDensityModule,
SkeletonModule,
MultiComboboxModule
MultiComboboxModule,
ObjectAttributeModule
]
})
export class FundamentalNgxCoreModule {}

0 comments on commit 77f49a6

Please sign in to comment.