Questions tagged [view-injection]

2 questions
0
votes
0 answers

How to inject WPF views into windows called from VSTO add-in Prism 7

I am creating a large WPF desktop application using Prism 7 and I need to create several VSTO add-ins for Word and Excel that are smaller parts of the larger whole. I want to use Prism 7 to inject my already created views and viewmodels into a xaml…
jwlford
  • 58
  • 8
-2
votes
1 answer

View injection container for angular

I'm trying to have an angular module for each backend microservice. So to keep each module independent and clean while they use each other's components when available and a default "service-is-not-available" component, when the component is not…