Swift 3 Get UIwebview URL from Angular website

Hello i have one question, i have one website with Angular 1, and im created one UIwebview with swift 3 and im used this code at webViewDidFinishLoad to getting website url ;

if let urlget = webView.request?.url?.absoluteString{ print(urlget) }

At first time showing true url but when im clicked to website other pages is not showing true urls , again showing at the first time url, but for me is important to when im surfing at website to get all pages url, what do you think i should do? Thank you from now