Skip to content

Commit

Permalink
thymikee#1815 fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jepetko committed Nov 4, 2022
1 parent f5e7681 commit e702405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serializers/ng-snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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...`.
Expand Down

0 comments on commit e702405

Please sign in to comment.