Hey guys!
It came to my attention (way back, actually) that the import done on the generator/component/temp.js file, which serve as scaffold to generate new components, is using a outdated module name.
Refer to this: angular-ui/ui-router/CHANGELOG.md
For the sake of keeping the project updated, changing it from:
import uiRouter from 'angular-ui-router';
to
import uiRouter from '@uirouter/angularjs';
would be right.
The reason I'm opening a issue for it, instead of a PR, is to discuss the impact of this change before going for it.
Hey guys!
It came to my attention (way back, actually) that the
importdone on the generator/component/temp.js file, which serve as scaffold to generate new components, is using a outdated module name.For the sake of keeping the project updated, changing it from:
to
would be right.
The reason I'm opening a issue for it, instead of a PR, is to discuss the impact of this change before going for it.