const source$ = of(1,2,3) // observable which will emit 1,2,3 // It take an input observable and return a same observable after console value.
確定! 回上一頁