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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -