From e7024050d2bdfd29e076fa111b7291a6f427041f Mon Sep 17 00:00:00 2001 From: Katarina Golbang Date: Fri, 4 Nov 2022 19:37:14 +0100 Subject: [PATCH] #1815 fixing typo --- src/serializers/ng-snapshot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serializers/ng-snapshot.ts b/src/serializers/ng-snapshot.ts index 18d3eb0b86..d6066a6fdc 100644 --- a/src/serializers/ng-snapshot.ts +++ b/src/serializers/ng-snapshot.ts @@ -38,7 +38,7 @@ interface PluginOptions { type Indent = (indentSpaces: string) => string; type Printer = (elementToSerialize: unknown) => string; -const attributesToRemovePatterns = ['__ngContext']; +const attributesToRemovePatterns = ['__ngContext__']; const ivyEnabled = (): boolean => { // Should be required lazily, since it will throw an exception // `Cannot resolve parameters...`.