import {Observable} from '../../Observable'; import {concat} from '../../operator/concat-static'; Observable.concat = concat;