Nicholas Vella

Results 2 comments of Nicholas Vella

I fixed the issue by adding the following in `packages.json` ``` "scripts": { "postinstall": "ngcc" }, ``` https://angular.io/guide/migration-module-with-providers https://angular.io/guide/glossary#ngcc https://angular.io/guide/glossary#ivy If you use `rxjs Subject` you might encounter this issue....