UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

6 lines (5 loc) 178 B
import { HtmlAst } from './html_ast'; export declare class HtmlParser { parse(template: string, sourceInfo: string): HtmlAst[]; unparse(nodes: HtmlAst[]): string; }