Something like this ``` @Injectable() export class...
# general
p
Something like this
Copy code
@Injectable()
export class YourService {
    constructor(@Inject(ConfigInjectionToken) private config: AuthModuleConfig) {
    }
}