Wednesday, March 22, 2017

interpolation

In C# 6.0 the dollar sign string formatting stuff is interpolation and the question mark dot syntax for breaking the Law of Demeter is called safe null navigation. The double curly braces syntax like {{myThoughts | myFilter}} in Angular 2 is also called interpolation. It's one time data binding in lieu of one way data binding.

No comments:

Post a Comment