How to Manage Global Objects in Angular: Best Practices
When we use external libraries, it is widespread to declare and use a global object. But the price to pay is to get a complex testing scenario and, of course global an object like magic is not a “good practice”.
How do you tell Angular about an exter...
danywalls4.hashnode.dev3 min read