Closed mxchange closed 6 years ago
It appends a comma after each refactored .pipe item:
.pipe
),)
Like:
.pipe(takeUntil(this.componentDestroyed$),)
This comma is valid syntactically. In case you prefer to not have it in your code base, you can use prettier or clang-format once you run the migrations.
It appends a comma after each refactored
.pipe
item:),)
Like: