0
0
llucycodes42
This is importing the @ngrx/data library, then creating an entityMetadataMap of the model 1 in the entityConfig . This entityMetadataMap contains an entity for the model 1.
Library: angular
Shortcut: a_ngrx_data_entity_metadata
import { EntityMetadataMap } from '@ngrx/data';
const entityMetadata: EntityMetadataMap = {
Model1: {},${0}
};
export const entityConfig = {
entityMetadata
};