Steps to reproduce:
-
Open Gitpod from
master
-
Open
src/app/tab3/tab3.page.ts
-
Add line
private test2: ReplaySubject<boolean> = new ReplaySubject();
to class and autocompleteReplaySubject
.=> This will automatically add the import for
ReplaySubject
. -
Add this to constructor and try to autocomplete the
map
operator fromrxjs/operators
.this.test.pipe( map )
=> The autocompletion is not available.