Which version of flex-layout is supported is Angular v2.x? - angular-material

I am using Angular v2.4.10. I want to install flex-layout for Angular v2. But the latest version (2.0.0-beta.8) of #angular/flex-layout will require Angular v4.x and will not be compatible with Angular v2.x from this link https://github.com/angular/flex-layout-builds/blob/master/CHANGELOG.md. And it says that flex-layout is supported in Angular(v2.4.3 and higher)from this link https://github.com/angular/flex-layout/wiki.I tried to install previous beta version, but it doesn,t work.Which version of flex-layout is compatible with Angular v2?

I used "#angular/flex-layout": "2.0.0-beta.5" version and it worked with angular 2.4.10 version

Related

Package Microsoft.AspNetCore.Components.WebAssembly 5.0.0 is not compatible with netstandard2.1 (.NETStandard,Version=v2.1)

I created a hosted WASM Blazor app using the Blazor client template in Visual Studio. I am trying to upgrade the Microsoft.AspNetCore.Components.WebAssembly package in the Client project from 3.2.1 to 5.0. I get this error:
Package Microsoft.AspNetCore.Components.WebAssembly 5.0.0 is not compatible with netstandard2.1 (.NETStandard,Version=v2.1). Package Microsoft.AspNetCore.Components.WebAssembly 5.0.0 supports: net5.0 (.NETCoreApp,Version=v5.0) BlazorApp1.Client
The client project is targeting .NET Standard 2.1. I am not clear about the difference between targeting .NET standard and targeting .Net Core. I thought .NET Core 5.0 implements all of .NET Standard 2.1. Only .NET Standard target options are available.
How does one upgrade that package?
Also, there's no version 5.0 of Microsoft.AspNetCore.Components.WebAssembly.Build. Did the package get obsoleted?
Although you can reference netstandard2.1 packages in a .NET5 application (targeting net5.0), to upgrade your Blazor app to 5.0.0 (.NET5) you also have to change target framework to net5.0 since it depends on it, as you have noticed.
But other than this, there are more changes to be made to get it fully upgraded. The MS Docs on how to Migrate from ASP.NET Core 3.1 to 5.0 (as Brian already pointed out) should help get the job done.

Bump Cordova adal to a more recent version of the native library

I am using the cordova adal library, which uses version 2.3.1 of the native ios library. It looks like there has been over a year of updates since version 2.3.1 of the native library.
I am interested in forking the cordova adal repo and bumping from 2.3.1 to a more recent version. I've never had to update a cordova library, so I was hoping someone here may be able to help answer a couple questions:
Would I face any breaking changes if I tried to fork and upgrade
cordova adal to use a more recent version of this library?
Does anyone know if there is a reason why the cordova adal library
has not been upgraded from 2.3.1?
This will be a first for me, so my plan was to use this commit as a guide. This was how the cordova adal team upgraded to 2.3.1.
Spoke to some of the native developers and confirmed there would be some potential breaking changes. I do not know why an upgrade was not made though.

Migration of AWS Pod library

Currently i'm using AWS and AWSCore in my project which supports upto swift 2.0. Now i want to migrate to swift 3.0. is AWS pod support for swift 3.0 is available?
As per my experience you have to upgrade it as mention here :
AWS Lib version for Sift 3.0 is 2.5.5 which is latest one.
Github Link : https://github.com/aws/aws-sdk-ios
Pod : https://cocoapods.org/pods/AWSCore
Do as directed and every thing works with Swift 3.0.
Hope this will helps!
yes it supports swift 3. I am developing my project in swift 3 and use AWS sdk version 2.5.2 and everything works fine. The latest sdk version is 2.5.5. Try converting your project to swift 3 and if you face any error then update your AWS sdk to latest version.

Prestashop 1.6 : updating version Bootstrap

I'm working in Prestashop 1.6 and I notice that it using the Bootstrap version 3.0.0 and I would like to update at the last version 3.3.4.
How should I do this?
Do I need to update manually the folder bootstrap_lib?
(I use Mac OSX and the terminal)

Upgrading Cordova 1.9 to 2.0 version

I need to upgrade my application which is using Cordova 1.8 version to Cordova 2.0 version. I followed the steps mentioned in the http://cordova.apache.org/docs/en/2.8.0/guide_upgrading_ios_index.md.html. My application's running for 1.9 but when am trying to upgrade it to 2.0 version am not able to find 'Preprocessor Macro' in build setting.
Also I am not able to find 'CordovaLib' folder, but in the 10th step they have mentioned related to PreprocessorMacro which am not able to find.
As you main motivation seems to be up to date with the last version of Cordova, I would recommend to create a new clean project with Cordova 2.8 and import your html files in the www folder.
Upgrading version by version is painful and you will not get any benefits from it. However, you might not get any performance improvement but you will get a better support from the community.

Resources