NoUserNameHere 0 Newbie Poster

How do you pass a value of an input field from angular to node? For HTML and PHP you would do something like
$username = $_POST['field_name'];, is there something similar with angular and node?