🔄Converters
Angular Template to HTML Converter
Explains Angular directives (*ngIf, *ngFor, [attr], (event)) and how they produce rendered HTML.
Diretivas Angular comuns:
*ngIf="x": renderiza condicional*ngFor="let i of lista": itera[atributo]="valor": property binding(evento)="fn()": event binding{{ expressao }}: interpolação
O Angular compila essas diretivas em JavaScript que produz HTML estático na DOM.
Related Tools
🖼️
PDF to Images
Convert PDF pages to individual PNG images. Everything in your browser via pdf.js.
🎨
Pixel Art Converter
Convert an image to pixel art by reducing resolution and color palette. Stylized retro output.
💱
Currency Converter
Convert between major currencies (USD, EUR, BRL, GBP, JPY, ARS) using live rates from open.er-api.com.