Vheissu / aurelia-for-real-world-web-applications-book-feedback

Post feedback as issues here on Github for the Aurelia book. Be as descriptive and honest as you like.
15 stars 0 forks source link

Global Resources #58

Closed zantinger closed 8 years ago

zantinger commented 8 years ago

Hi. I try to make a class global. In the main.js I make a globelResources to my class. In the class I import the noView(). How do I get access to these class in other viewmodels? When I try to get access with the class name I get an error of undefined

zantinger commented 8 years ago

Hi. Perhaps you can wrote a little bit about add globle Resources and Plugins (especially 3thd party scripts) and how to use them in views. Thanks