angular 全局监听变量
摘要:提供了一个使用 `BehaviorSubject` 的 `Store` 服务的简化示例。这是一个非常基本的状态管理模式,常见于 Angular 应用中。 创建store.js 代码概述: import { Injectable } from '@angular/core'; import { Beh
阅读全文
posted @ 2020-12-29 20:08
posted @ 2020-12-29 20:08
posted @ 2020-12-26 11:51
posted @ 2020-12-25 22:01