VectorAngle does not work with 'lines' You have to give it two vectors, something like:
VectorAngle[ {1, 0}-{0, 0}, {1, 1}- {1, 0} ]
this could be in any dimension, it will assume the the vectors are starting from the origin, and will return the angle between them.