I got an error of
node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: \';\' expected.
after the installation of Angular
I had the same error using angular 6 having rxjs@6.4.0 but i downgraded it to rxjs@6.3.3 it worked.