ngxtension / ngxtension-platform

Utilities for Angular
https://ngxtension.netlify.app/
MIT License
576 stars 83 forks source link

feat(repeat-pipe): initial version #320

Closed Dafnik closed 5 months ago

Dafnik commented 5 months ago

Adds the repeat pipe as described in #313

nx-cloud[bot] commented 5 months ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 302e5499b33f03323de46e8b0732fed6db8fca50. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


🟥 Failed Commands
nx-cloud record -- nx format:check

Sent with 💌 from NxCloud.

eneajaho commented 5 months ago

Can we add a note in the Repeat directive to let the devs know that a repeat pipe also exists?

This way, if they want to use the new control flow, they may want to use the repeat pipe instead of the directive.