有没有办法创建和使用@ ngrx / store商店远离角应用程序?

时间:2017-03-20 15:25:50

标签: angular ngrx

我需要在网站页面中的两个角度应用之间共享相同的(一个全局商店)。有没有办法在应用程序bootstrap之前手动创建@ngrx / store,然后将其作为参数传递给每个angular2应用程序?

1 个答案:

答案 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/

@ngrx / store + localstorage

此套餐:https://github.com/btroncone/ngrx-store-localstorage

引用:

  

ngrx商店和本地存储之间的简单同步。