Angular - RxJS Operators
Which of the following is the correct syntax to import
combineLatest and forkJoin from RxJS in Angular?combineLatest and forkJoin from RxJS in Angular?combineLatest and forkJoin are exported from the main 'rxjs' package, not from Angular core or operators.@angular/core is Angular framework code, rxjs/operators contains operators like map, filter, but not these combinators.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions