We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ParseTreeResult
1 parent 2112a7c commit bcc3e52Copy full SHA for bcc3e52
packages/angular-html-parser/src/index.ts
@@ -99,4 +99,5 @@ export {
99
export { getHtmlTagDefinition } from "../../compiler/src/ml_parser/html_tags.js";
100
101
// Types
102
+export type { ParseTreeResult } from "../../compiler/src/ml_parser/parser.js";
103
export type * as Ast from "../../compiler/src/ml_parser/ast.js";
0 commit comments