I created my Angular application using a specific module name and now I have decided to change it.
so when I do
yo angular:controller myController
it creates
angular.module('MyTestModule')
Where is Yo
looking to pick this up, anyway of updating it ??
Thanks
Answer
Thanks for everyone’s help. After a little bit of investigation it appears that the name is taken from the component.json
, editing this file means that feature scaffolding will take the new name.