javascript - DurandalJs Plugin Views? -
i developing application using durandaljs, version 1.2.0. have unique requirement in need support plugin view concept. elaborate, application should able load views on-demand after being deployed.
this becomes challenging after optimization. when run optimizer, merged , "compiled" 1 file. not sure if possible (without code) have in place load views dynamically.
scenario 1:
- profile details view not exist
- application admin uploads profile details view+viewmodel
scenario 2:
- product details view exists
- app admin wants override existing view functionality
- app admin uploads new product details view+viewmodel
is possible?
Comments
Post a Comment