angular/angular.io

Style-guide: add "rxjs operators should be declared in AppModule"

wKoza opened this issue · 0 comments

wKoza commented

Why:

  • Import all operators in a same place.
  • AppModule is a good candidat for this.
  • Import only one time an operator.