I want to populate NGRX store with initial dummy data when ng serve, so my devs who are working on the app don't have to comment/uncomment out mock data manually while they are developing.
I have a JSON file with mock data, I just want to know what the best practice is to populate the store during ng serve.
Note: if the json file is too big so try to show a message to notify the user to wait.