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
- Host: GitHub
- URL: https://github.com/jornetsimon/ng-for-repeat
- Owner: jornetsimon
- License: mit
- Created: 2021-04-17T08:39:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T09:03:42.000Z (almost 5 years ago)
- Last Synced: 2024-12-16T21:02:14.075Z (over 1 year ago)
- Topics: angular, iterate, ngfor, repeat
- Language: TypeScript
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
...
```