Skip to content

Commit

Permalink
fix: convert provider function to not use makeEnvironmentProviders
Browse files Browse the repository at this point in the history
  • Loading branch information
eneajaho committed Aug 29, 2023
1 parent f86bc41 commit 656eac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ngx-fast-lib/src/lib/fast-svg.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ export const provideFastSVG = (options: FastSvgProviderOptions) => {
{ provide: SvgOptionsToken, useValue: svgOptions },
];

return makeEnvironmentProviders(providers);
return providers;
};

0 comments on commit 656eac3

Please sign in to comment.