fegyi001 / mangol

Maps created with Angular & OpenLayers using Material design
http://188.166.116.137/mangol/
98 stars 47 forks source link

Integration with application ngrx store #39

Open NewToStuff opened 4 years ago

NewToStuff commented 4 years ago

Hi,

After installing the library and inserting the tags I get an error like the one below. I believe it is due to the state not being retrieved/ posted into the ngrx store. In the application there is already an ngrx store so I would expect to have to integrate the reducers into the application wide store. I cannot see any guidance as to whether this is possible and if it is then how it could be done.

Can anyone help/ advise?

ERROR TypeError: Cannot read property 'hasSidebar' of undefined at vendor.js:363364 at MapSubscriber.project (vendor.js:278976)

Thanks,

Paul