I am trying to use axios to make Http calls in my angular 2.0 project.
The console is giving a Uncaught ReferenceError: require is not defined
error
Is this because require is a node function and not available in angular ?
I installed axios using npm install axios. Is this not the right way to use axios in angular ?
Thanks !