Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. //in the component define "user" and use it to interpolate
  2. user = { firstName: 'Amith'};
  3.  
  4. // html
  5. <p>{{ 'welcome' | translate:user }}</p>
  6.  
  7. <input type="password" placeholder="{{ 'login.password' | translate }}">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement