mgechev/tslint-angular

Remove rxjs from import-blacklist

Closed this issue · 1 comments

gszy commented

I think rxjs should be removed from import-blacklist, because in order to use RxJS 6 you have to import its components like this:

import { Observable } from 'rxjs'

Great point!