我需要在网站页面中的两个角度应用之间共享相同的(一个全局商店)。有没有办法在应用程序bootstrap之前手动创建@ngrx / store,然后将其作为参数传递给每个angular2应用程序?
答案 0 :(得分:2)
也许您可以探索网络存储:https://www.w3schools.com/html/html5_webstorage.asp
从页面引用:
本地存储是按源(每个域和协议)。来自一个来源的所有页面都可以存储和访问相同的数据。
网络上有很多例子,这里有一个:http://www.unitydatasystems.com/blog/2015/12/09/angular-2-caching-webservice-results-in-local-storage/
此套餐:https://github.com/btroncone/ngrx-store-localstorage
引用:
ngrx商店和本地存储之间的简单同步。