I've run into a problem while trying to bootstrap my angular application. I followed a tutorial and even tried copying and pasting code to test the bootstrapping process, but it was unsuccessful. Is there a straightforward way for me to utilize angular.bootstrap()
and initiate my app without relying on ng-app?