Skip to content

Commit

Permalink
feat: deprecate FastSvgModule in favor of provideFastSVG provider fun…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
eneajaho committed Sep 13, 2023
1 parent 2328c41 commit fe7cf06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ngx-fast-lib/src/lib/fast-svg.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { FastSvgComponent } from './fast-svg.component';
import { FastSvgProviderOptions } from './provider-config.interface';
import { provideFastSVG } from './fast-svg.provider';

/**
* @deprecated Use `provideFastSVG` provider function instead
*/
@NgModule({
imports: [FastSvgComponent],
exports: [FastSvgComponent],
Expand Down

0 comments on commit fe7cf06

Please sign in to comment.