I have followed this tutorial to get angular2 up and running with ASP.NET Core.
I have upgraded the angular packages to version 2.3.1
Now [email protected] complains about a peer dependency of [email protected]
If I install [email protected] via npm @angular/[email protected] complains about a peer dependency of [email protected]
Is @angular/[email protected] and [email protected] not compatible as they depend on different versions of the zone.js package?
Any help in this regard would be appreciated.