My site used angular to become mobile friendly. Everything looks ok but when I tested it using fetch as Googlebot I saw some weird stuff. My non-mobile friendly site used includes files for the header navigation, sidebars and footer navigation lists. With my old version only I saw these include files because the final html file would just integrate the code from the include files into one html document. This gave each of my pages many relevant navigation links. This added up to a big amount of internal linking. Now when I fetch as Googlebot my new angular page, it doesn't show the html code for these navigation links. The angular code just shows the include urls. When Googlebot renders the page, it displays correctly but I am worried that Google is no longer counting these internal navigation links since the code is not integrated into the html page. Should I be worried?