Converts Angular templates into static HTML strings for validation with standard HTML tools.
ngx-html-bridge is a parser that transforms Angular templates into an array of standard, static HTML strings. This enables developers to validate the potential HTML output of their Angular templates using any HTML validator or linter, bridging the gap between Angular's dynamic syntax and standard HTML validation tools.
@angular/compiler to parse HTML templates into an Abstract Syntax Tree (AST).jsdom to produce pure, static HTML strings from DOM variations.*ngIf), built-in control flow (@if, @for, @switch, @defer), and property/attribute bindings.The project aims to provide reliable validation of Angular templates by generating all possible static HTML variations, allowing developers to use standard HTML tools without needing Angular-specific validators.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.