You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Kevin Doran (JIRA)" <ji...@apache.org> on 2018/06/15 14:50:00 UTC

[jira] [Commented] (NIFIREG-127) Upgrade Apache NiFi Registry to Angular 5.2

    [ https://issues.apache.org/jira/browse/NIFIREG-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16513918#comment-16513918 ] 

Kevin Doran commented on NIFIREG-127:
-------------------------------------

This issue will be resolved by [GitHub Pull Request #123|https://github.com/apache/nifi-registry/pull/123], which also addresses NIFIREG-39

> Upgrade Apache NiFi Registry to Angular 5.2
> -------------------------------------------
>
>                 Key: NIFIREG-127
>                 URL: https://issues.apache.org/jira/browse/NIFIREG-127
>             Project: NiFi Registry
>          Issue Type: Improvement
>            Reporter: Scott Aslan
>            Assignee: Scott Aslan
>            Priority: Major
>             Fix For: 0.2.0
>
>
> Angular v4.4.6 ActivatedRoute https://v4.angular.io/api/router/ActivatedRoute
> Makes two older properties still available. They are less capable than their replacements, discouraged, and may be deprecated in a future Angular version.
> *{{params}}* — An {{Observable}} that contains the required and [optional parameters|https://v4.angular.io/guide/router#optional-route-parameters] specific to the route. Use {{paramMap}} instead.
> *{{queryParams}}* — An {{Observable}} that contains the [query parameters|https://v4.angular.io/guide/router#query-parameters] available to all routes. Use {{queryParamMap}} instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)