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.
1 parent 0a7024e commit c5b0625Copy full SHA for c5b0625
src/lib/external/ensure-template-parser.ts
@@ -29,7 +29,7 @@ export function ensureTemplateParser(
29
): void {
30
try {
31
import("@angular-eslint/utils")
32
- .then(({ default: utils }) => {
+ .then((utils) => {
33
34
utils.ensureTemplateParser(context);
35
} catch {
0 commit comments