现在加入了新的团队,每天都要写工作日报了。
I am learning Angular dependency injection mechanism today, I create my own product name normalizer and inject it via injection token, to dynamically convert the product name after the data is loaded from commerce cloud backend. I set breakpoint in my converter method and debug in the runtime, to check how my converter is called by Spatacus core and angular framework, try to understand more detail under the hood.