[
https://issues.apache.org/jira/browse/METRON-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16663850#comment-16663850
]
ASF GitHub Bot commented on METRON-1749:
----------------------------------------
Github user sardell commented on the issue:
https://github.com/apache/metron/pull/1217
Just wanted to let everyone know about a small fix I just pushed to here.
It turns out that Angular's HttpParams class is immutable. As a result, I
needed to set new parameters when instantiating the class rather than assigning
the instance to a variable and setting params through the variable.
For further reading, [here's the official
documentation](https://angular.io/api/common/http/HttpParams#description).
> Update Angular to latest release in Management UI
> -------------------------------------------------
>
> Key: METRON-1749
> URL: https://issues.apache.org/jira/browse/METRON-1749
> Project: Metron
> Issue Type: Improvement
> Reporter: Shane Ardell
> Assignee: Shane Ardell
> Priority: Major
>
> Currently, the Management UI is on Angular v2. Not only has there been many
> updates and improvements to Angular, that release is no longer supported by
> the Angular team. This means critical fixes and security patches are no
> longer being done.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)