This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Avoiding Dependency Conflicts When Upgrading Angular There are a lot of times when upgrading Angular that certain libraries I'm using aren't released when new versions of angular are released. My current example is trying to use ng2-file-upload. The library tends to lag behind angular releases and the install of it starts to require forcing dependencies. You can override the angular…
Avoiding Dependency Conflicts When Upgrading Angular
There are a lot of times when upgrading Angular that certain libraries I'm using aren't released when new versions of angular are released. My current example is trying to use ng2-file-upload. The library tends to lag behind angular releases and the install of it starts to require forcing dependencies. You can override the angular versions it depends on in the package.json file:
Read more...
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.