How to export functions in shared.module?

后端 未结 0 1517
北荒
北荒 2021-01-02 03:58

I have the following function:

export function toCamelCase(string): string {
  //code omitted
}

Then I use it on my feature components by add

相关标签:
回答
  • 消灭零回复
提交回复
热议问题