v2.7.0
Features:
single-spa-angular1 is now published as a UMD module and can be used as following:
<script src="https://unpkg.com/single-spa-angular1"></script>
<script>
// The singleSpaAngular1 global variable is created by the script tag above.
var app = window.singleSpaAngular1.default({...})
</script>