concat

function deprecated

Deprecation Notes

Replaced with concatWith. Will be removed in v8.

concat<T, R>(...args: any[]): OperatorFunction<T, R>

Deprecation Notes

Replaced with concatWith. Will be removed in v8.

Parameters

args

Type: any[].

Returns

OperatorFunction<T, R>

© 2015–2021 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.
Code licensed under an Apache-2.0 License. Documentation licensed under CC BY 4.0.
https://rxjs.dev/api/operators/concat