aurelia / documentation

The documentation for Aurelia.
MIT License
105 stars 110 forks source link

Update 5. cheat-sheet.md #369

Closed 4imble closed 5 years ago

4imble commented 5 years ago

The solution proposed and documented here https://github.com/aurelia/templating/issues/261 did not work for me. This was due to webpack not supporting dynamic compose https://github.com/aurelia/skeleton-navigation/issues/810. @jods4 proposed to bind to a property on the viewmodel that uses PLATFORM.moduleName which does then allow the solution to work. This update is to just give a heads up to anyone reading the cheatsheet that is using webpack.

CLAassistant commented 5 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

EisenbergEffect commented 5 years ago

Thanks @4imble !