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 f86bc41 commit 656eac3Copy full SHA for 656eac3
packages/ngx-fast-lib/src/lib/fast-svg.provider.ts
@@ -42,5 +42,5 @@ export const provideFastSVG = (options: FastSvgProviderOptions) => {
42
{ provide: SvgOptionsToken, useValue: svgOptions },
43
];
44
45
- return makeEnvironmentProviders(providers);
+ return providers;
46
};
0 commit comments