I am trying to embed an Angular web app in WPF.
I have followed the steps here to create a very basic angular application. Then I created a brand new WPF application, added a WebBrowser control and set its Source property equal to the URL of the angular application.
I found the following post but it did not help.
I get the following error when the WPF application starts.
"Unable to get property 'apply' of undefined or null reference" in the vendor.bundle.js