Let's say now I have template segment as below,
This is just a simple string - my name is {{name}}, I'm {{nationality}}, ...
and I have a model object, how can I parse it in angularjs 2?
I'm still quite new to ng2, now I am seeking something similar to mustache or razor template engine, just to parse a string like above.