Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <div [translate]="'welcome'" [translateParams]="{firstName: 'Amith'}"></div>
  2.  
  3. <!-- using the content of your element as a key: -->
  4. <div translate [translateParams]="{firstName: 'Amith'}">welcome</div>
  5.  
  6. <!-- can access child objects of json hierarchy -->
  7. <label translate='login.username'></label>
  8. <label translate='login.password'></label>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement