Change @angular/core version, and remove rxjs and zone.js dependencies.
In our project(angular v6), we have tested this project, and it works. There is no import of rxjs and zone.js, so I remove it, because of when I exec yarn add ..., there will be some warnings.
Change @angular/core version, and remove rxjs and zone.js dependencies.
In our project(angular v6), we have tested this project, and it works. There is no import of
rxjs
andzone.js
, so I remove it, because of when I execyarn add ...
, there will be some warnings.Hope you can fix it.