# @schemcraft/control-flow

🔁 A schematic to convert `*ngIf` and `*ngFor` to the new Angular control flow syntax (`@if`, `@for`).

## 🛠️ Install

```bash
npm install @schemcraft/control-flow
```

## 🚀 Usage

```bash
npx schematics @schemcraft/control-flow:control-flow-replace
```

This will update all `.html` files in your Angular project.

## ⚠️ Note

Supports `*ngIf`, `*ngFor`, and `*ngIf with else`.

MIT © Maruthupandian M
