MSAL Angular framework is out for preview. It states it only up to Angular 5, does this mean its not compatible with Angular 6? If not is there any ETA for Angular 6 support?
I'm using MSAL Angular in the app build with Angular 7, so you should be able to use it with Angular 6.
Take a look at this issue about providing compatibility with Angular 6+.
UPDATE
Support for Angular is planned for July-Sep 2019
Related
I have project where the webportal uses MerchantSuite to process payments. Is it possible to integrate the MerchantSuite API in the mobile app version?
I'd like to use Prism in a WinUI 3 app, and I saw the Prism v8.1 release.
Additionally Prism 8.1 offers a new Prism.Uno.WInUI platform target for those wishing to build either native WinUI3, or Cross Platform WinUI 3 apps with Uno Platform.
I'm confused about Uno. I'm not using Uno, can I still use Prism in a WinUI 3 app without using Uno?
If yes, which packages do I need to install and in which projects? (I'd like to use DryIoc)
I guess Prism.DryIoc.Uno.WinUI must be added to the WinUI 3 app project.
But what about the other packages for using Prism?
There is a question about an error while using Prism.Uno with WinUI 3: How to use Prism MVVM in WinUI 3 Desktop
In the comments section, there is a link to a GitHub discussion that is held in Prism GitHub repository. Here is the link: https://github.com/PrismLibrary/Prism/issues/2632
In this discussion, on Dec 7, 2021, it is stated that there is not any support for WinUI 3 other than Prism.Uno.
If you specifically want to use 'Dryloc', you could try to use one of these Nuget packages:
Prism.Container.Extensions
Prism.DryIoc.Extensions
They should both be of general use and not target a specific UI technology.
If you install 'Prism.DryIoc.Extensions' using the Nuget-Package manager, dependent packages should be installed automatically.
See Github - Prism.Container.Extensions
Note there is also a package 'Prism.Core' that does not target a specific UI framework either. If contains features like an event aggregator.
When exactly Microsoft announced that MS Xamarin mobile app development framework would be deprecated? I mean the date of the first announced plan that Xamarin would be deprecated.
Not sure if this qualifies as "deprecated", but during the Build 2020 conference, Microsoft announced that Xamarin Forms will be merged into the new .NET MAUI Framework.
Here's a relevant quote from the official blog entry:
Xamarin.Forms will ship a new major version later this year, and continue to ship minor and service releases every 6 weeks through .NET 6 GA in November 2021. The final release of Xamarin.Forms will be serviced for a year after shipping, and all modern work will shift to .NET MAUI.
Note that this quote only applies to Xamarin.Forms, the cross-plattform UI Framework.
The underlying technologies Xamarin.iOS and Xamarin.Android, which allow you to compile C# code to iOS and Android packages, are alive and kicking and have become an official part of .NET. The blog entry states:
As part of our .NET unification, Xamarin.iOS and Xamarin.Android will become part of .NET 6 as .NET for iOS and .NET for Android.
The end of support date for the current version of Xamarin.Forms (5.0), Xamarin.Android (14) and Xamarin.iOS (15) is May 1, 2024: https://dotnet.microsoft.com/en-us/platform/support/policy/xamarin
Sorry for being stupid. But I am looking for these answers.
Does Ionic 2 supports Windows 10 Mobile (Phone) and Windows 10
Universal App? If yes then how to proceed with windows phone and universal app execution with one windows folder being created
after doing ionic platform add windows.
I am presuming we can use Angular 1.X with Ionic 2.
Does Ionic 2 supports Windows 10 Mobile (Phone) and Windows 10 Universal App?
Yes, like you can see here since Ionic2 beta.3 Universal Windows Platform Apps are officially supported.
If yes then how to proceed with windows phone and universal app
execution with one windows folder being created after doing ionic
platform add windows.
Here you can find a tutorial to see what to do after building the app for windows platform.
I am presuming we can use Angular 1.X with Ionic 2.
Unfortunately, that's not possible. Ionic 2 is built on top of Angular 2, so you can not use Angular 1.X in your Ionic 2 application.
What is the ideal Mobile UI Framework to use with Marionette?
We are targeting Android with a PhoneGap compiled WebApp.