If you use prettier 2, then use the HTML parser:
const prettierHtml = await import('prettier/parser-html');
It contains the angular parser anyway: