Geeks
angular
/
angular.io
Readme
Issues
Stargazers
Watchers
Style-guide: add "rxjs operators should be declared in AppModule"
wKoza
opened this issue
9 years ago
·
0
comments
wKoza
commented
9 years ago
Why:
Import all operators in a same place.
AppModule is a good candidat for this.
Import only one time an operator.