Skip to content

Commit

Permalink
fix(trim): Make options service standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengunneweg authored and bartholomej committed Aug 20, 2024
1 parent 9f60cc4 commit aad6e96
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { Injectable } from '@angular/core';
import { SEPARATOR } from './ngx-translate-cut.constants';

@Injectable()
@Injectable({
providedIn: 'root',
})
export class NgxTranslateCutOptionsService {
/**
* @returns separator – can be custom or predefined
Expand Down

0 comments on commit aad6e96

Please sign in to comment.