标签: angular rxjs
getUsers():可观察的<User[]> { 返回 of (USERS); }
User[]
答案 0 :(得分:1)
来自docs
将参数转换为可观察的序列。
它基本上将数组对象包装到Observable流中。