PRISM Components in Angular

There are some components in PRISM that don't have equivalent concepts in Angular. For that reason, the framework contains our own replacement to support it. In this section you can see how they are implemented in the framework, and how to use it. The framework has a lot of concepts from Silverlight, so most of these concepts will be familiar to you when you use them.

In this section you will see concepts like Dependency Injection, components to show the UI, how to communicate between UI and Models; how PRISM handle the modules using a Catalog and using a Manager.

In the last section, you can find a Silverlight example using PRISM, and the migrated code in Angular to compare the input and output solution.

Last updated

Was this helpful?