0
0
llucycodes42
What does EntityDataModule.forRoot() do?
This block of code creates an instance of the EntityDataModule class and sets the entityConfig property to the instance of the EntityConfiguration class that was passed as an input parameter.
Library: angular
Shortcut: a_ngrx_data_entity_data_module_import
EntityDataModule.forRoot(entityConfig),