Scott Aslan created NIFIREG-127:
-----------------------------------
Summary: Remove old params and queryParams for paramMap and
queryParamMap respectively.
Key: NIFIREG-127
URL: https://issues.apache.org/jira/browse/NIFIREG-127
Project: NiFi Registry
Issue Type: Improvement
Reporter: Scott Aslan
Assignee: Scott Aslan
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)