I am trying to buy an angular 5 template online, so I just want to confirm the version of angular. I have a check. This question is angular: -
How to check which version of angular I'm using?
But here in this question, the version of the application is shown below in the image, which is taken from the development tool,
ng-version is in app tag.

But in the template that I am trying to acquire, there is the following structure.
ng-version is in body tag.

So, just for confirmation, I just installed angular 5. Here, in the newly installed application, they show
ng-version is in app-root.

There are other files in this template, such as
<script type="text/javascript" src="inline.bundle.js"></script> <script type="text/javascript" src="polyfills.bundle.js"></script> <script type="text/javascript" src="styles.bundle.js"></script> <script type="text/javascript" src="vendor.bundle.js"></script> <script type="text/javascript" src="main.bundle.js">
I also tried with angular.version , but this does not work for me.
So, itβs confirmed that they use the angular App is not another, but I am confused by this Angular -2.4 or 5.
Is there any other way we can figure out which version works?