We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is more of a nit-pick and nice-to-have, if anything.
Aurelia
It would be nice to be able to just do:
import {Configuation} from 'aurelia-configuration';
vs
import {AureliaConfiguration} from 'aurelia-configuration'; import {AureliaConfiguration as Configuration} from 'aurelia-configuration';
The text was updated successfully, but these errors were encountered:
Agreed and this is a change that is coming in a next release.
Sorry, something went wrong.
Vheissu
No branches or pull requests
This is more of a nit-pick and nice-to-have, if anything.
Aurelia
framework.Aurelia
framework.Aurelia
from the module class name?It would be nice to be able to just do:
vs
The text was updated successfully, but these errors were encountered: