105 B

document.addEventListener('DOMContentLoaded', function() {
  angular.bootstrap(AppComponent);
});