November 2017
Intermediate to advanced
800 pages
30h 51m
English
In Solution Explorer, expand the NorthwindUwp project and the ViewModels folder, open AngularWebViewViewModel.cs, and modify the DefaultUrl string constant to use the Angular web application that you created earlier, which listens on port 5002, as shown in the following code:
private const string DefaultUrl = "http://localhost:5002";
In Solution Explorer, expand the NorthwindUwp project and the ViewModels folder, open SHellViewModel.cs, and modify the PopulateNavItems method to use some different symbols, as shown highlighted in the following code:
_primaryItems.Add(ShellNavigationItem.FromType<MainPage>("Shell_Main".GetLocalized(), Symbol.Home)); _primaryItems.Add(ShellNavigationItem.FromType<AngularWebViewPage>("Shell_AngularWebView".GetLocalized(), ...Read now
Unlock full access