An open API service indexing awesome lists of open source software.

https://github.com/jornetsimon/ng-for-repeat

🔁 A simple Angular directive to repeat an element
https://github.com/jornetsimon/ng-for-repeat

angular iterate ngfor repeat

Last synced: 3 months ago
JSON representation

🔁 A simple Angular directive to repeat an element

Awesome Lists containing this project

README

          

# ng-for-repeat
![Licence](https://badgen.net/badge/license/MIT/blue)
![NPM](https://badgen.net/npm/dw/ng-for-repeat)
![Size](https://badgen.net/bundlephobia/min/react)
![Last commit](https://badgen.net/github/last-commit/jornetsimon/ng-for-repeat)

🔁 A simple Angular directive to repeat an element.

## Installation

```bash
npm install ng-for-repeat
```

Add `NgForRepeatModule` to your module imports :
``` typescript
import { NgForRepeatModule } from 'ng-for-repeat';

@NgModule({
...
imports: [NgForRepeatModule],
})
export class AppModule {}

```

## Usage

```html


...

```

or

```html


...

```