You're importing wrong concat . You want to use it as an operator so you have to import import { concat } from 'rxjs/operators';.
確定! 回上一頁