A. var myModule= angular.module();
B. var myModule= new Module();
C. module("app", []);
D. None of the above