How to manage Angular2 “expression has changed after it was checked” exception when a component property depends on current datetime
My component has styles that depend on current datetime. In my component I’ve got the following function. private fontColor( dto : Dto ) … Read more