I have the following function:
export function toCamelCase(string): string { //code omitted }
Then I use it on my feature components by add