Does Angular 5 support Angular material latest version(7) - angular-material

I need to use the latest version of Angular material i.e version 7.x. But my current Angular version is 5.x. is it possible to update Angular material alone?

You can run the following command that updates Angular Material/CDK to the latest version:
ng update #angular/material
See the Angular Update Guide for more info.

Finally after analysis, I understood we can't update angular material to version 7.x in Angular 5 project. Angular project need to be updated to 7 to have angular material 7.x

Related

Integrate angular 8 to grails

I'm usinga Grails 2.5 with angularjs and works.
Now, I need to use Angular (2 or +). Also I need all the resources to be in the same project, not in two separated projects running independently.
I just he saw examples with grails 3.x but I can't upgrade grails version.
Thanks in advance.

Springfox swagger ui support for java 7

I am trying to integrate springfox swagger ui into my spring MVC project.
I have already integrated swagger 2.9.2 and it was working all fine.
Now I found out that this version does not support java 7 but I need this for one legacy project.
From release notes it was clear that 2.9.0 will be last version supporting java 7.
My question is -
If I have only basic swaggerconfig, will I have to change anything if I migrate downward to 2.9.0 ?
UPDATE 1 - version 2.9.1 does not support Java 7.
and on version 2.9.0, its giving error of "Unable to infer base url".
I just changed version number from 2.9.2 to 2.9.0.
On version 2.9.2 it is working fine.
UPDATE 2 - api-docs are getting generated and accessible however swagger-ui is not able to refer base url and if we provide it the api url manually then we can see that its able to get swagger resources(Response code 200) however nothing is displayed on Swagger UI.
Please provide your inputs.
Thanks,
RS
You can use "https://mvnrepository.com/artifact/com.mangofactory/swagger-springmvc" for JAVA 7. I working fine!

angular 2 and Ng-token-Auth

Hi I'm just starting to learn Angular 2. I understand Angular 1 libraries don't work with Angular 2. Is there a Ng 2 version of Ng-Token-Auth? Does anyone have experience with this, doing authentication using a rails devise-token-auth backend? thanks.
The angular2-token library could handle this task for you, since it is based on Ng-Token-Auth. As of today, there are a few limitations though :
The library depends on the latest versions of Angular2 (2.0.2 as of today), so it's probably better to be up-to-date in your project too
angular2-token uses the new Angular 2 router, which is not supported by frameworks such as Ionic 2 yet. However if you're using Ionic 2, you should soon be able to give it a try according to this post.
Hope this helps

Grails & Vaadin plugin - how to get latest version of Vaadin?

I am using this plugin http://www.grails.org/plugin/vaadin and the plugin supports only Vaadin version 6.5.1.
Is there any way how to upgrade Vaadin version to the latest one (e.g. 6.7.3)?
And maybe even more, is it anyhow possible to use Vaadin 7 (7.0.0-aplha...) together with Grails-Vaadin plugin? I know it is not stable release, but it would be great to start working with that version.
I think you could checkout the plugin's sources or download it as a zip-file, extract and then include it as inplace plugin into your project:
// Add in BuildConfig.groovy of your project.
grails.plugin.location.vaadin = '../path/to/vaadin'
After that you could do any manipulations to upgrading the plugin to required version of Vaadin.
I have upgraded Vaadin and Grails to the latest version. I have not found how to do it officially, so I have put it to my github profile, feel free to use it: https://github.com/ondrej-kvasnovsky/grails-vaadin-plugin/downloads

Umbraco 3.0 to latest version migration

We have Live Site running with Umbraco 3.0 version. Now, we want to use latest Umbraco V4.7. We need to know how it is possible? Is there any Open Source OR Free Tool which can support this?
Upgrade to each major version in succession. First, upgrade from 3.0 to 4.0, then 4.0 to 4.5.2, then to 4.7.
If you need help I have a blog post recording the process I have done from 4.0 to 4.7.
Notes and Experiences Upgrading Umbraco 4.0.x to 4.6.1 and 4.7.0
Create a package of your current site, this can be done with the help of Developer section -> packages -> create package in umbraco.
Then in ver4.7 install that package again in a blank site, your prevoius site should be up.

Resources