Skip to content

Commit 656eac3

Browse files
committed
fix: convert provider function to not use makeEnvironmentProviders
1 parent f86bc41 commit 656eac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ngx-fast-lib/src/lib/fast-svg.provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ export const provideFastSVG = (options: FastSvgProviderOptions) => {
4242
{ provide: SvgOptionsToken, useValue: svgOptions },
4343
];
4444

45-
return makeEnvironmentProviders(providers);
45+
return providers;
4646
};

0 commit comments

Comments
 (0)