Hi!
Is there someone who could help me with the following?
i have a compose in my view that binds to a view i said in my model.
The view is build as follow:
Thnx!
although after changing this i’m running against the following: No view model found in module "components/clients/wizard/dialogs/scope-dialog/scope-dialog.html".
not sure why since the scope-dialog folder contains a scope-dialog.ts
We have perhaps 100 view models that are looked up dynamically and we didn’t want to list them all in a single place that would get forgotten when adding new ones.
Thnx! @timfish
i’ll try and see if this is workable in the project i’m working on.
Quick question about the device/list part. Is this just a component in your aurelia/ webpack project?
And how does this work in the following situation?
We always keep parts that belong together within the same base dir like my example above.
Edit:
I currently fixed my problem in a other way by setting the viewmodel within the dialogservice with PLATFORM.moduleName() instead of what i first had(setting a string with moduleName and passing it to a method that calls dialogService).