Skip to content
New issue

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

Should FrameworkConfiguration's TS definition expose container as a property? #199

Closed
ISkomorokh opened this issue Sep 1, 2015 · 0 comments

Comments

@ISkomorokh
Copy link

Please, take a look on this small peace of code. I have seen similar examples with ts extension.

In order to use intellisense in Visual Studio, I'm specifying the type of aurelia argument to be FrameworkConfiguration (as doc says). But after this, I can't use container property. To solve this, I'm changing the type to Aurelia', but after doing this, I can't callaurelia.globalResources( ... );. So the code becomesaurelia.use.globalResources( './config' );`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant