I am trying to to this angular.equals(some_object, {}) inside an Ionic 2/3 application, but it cannot find the name angular. Basically I want to check is an object is empty using the built in angular equals method
Any ideas how to import it / access it?
 
     
     
    