window..close() is not working in Angular, suggest any alternative
In angular, I am opening some other tab using,
var URL = window.open(url);
Now I want to close this tab, I am trying window.close(); and URL.close(); nothing is working.
Please provide any other alternative for angular.