[
https://issues.apache.org/jira/browse/NIFI-14263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928434#comment-17928434
]
ASF subversion and git services commented on NIFI-14263:
--------------------------------------------------------
Commit 86ef5d2d896f703b23a7450180c4aac7a731f347 in nifi's branch
refs/heads/main from Rob Fellows
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=86ef5d2d89 ]
[NIFI-14263] - UI - Migrate components to standalone (#9719)
> UI - Migrate components to standalone
> -------------------------------------
>
> Key: NIFI-14263
> URL: https://issues.apache.org/jira/browse/NIFI-14263
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core UI
> Reporter: Rob Fellows
> Assignee: Rob Fellows
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Following the Angular 19 upgrade by default all components are standalone.
> During the initial upgrade there were a few non standalone components that
> were kept. This Jira is tracking migrating those to be standalone as well.
> Currently running lint fix will result in all the {{standalone: false}}
> entries from being removed.
> Many of the component register ngrx features and this cannot happen in a
> Component due to lifecycle issues [1]. We could still migrate all components
> that do not register ngrx features.
> [1] [Allow feature registration in standalone components. · ngrx platform ·
> Discussion #4288|https://github.com/ngrx/platform/discussions/4288]
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)