Even so, let's note that the file defines an AppComponent class, which declares a field title of type string (lower-cased). This.title = 'Spring Boot - Angular Application' įor obvious reasons, we won't dive deep into learning TypeScript. We'll keep them there, as is the root selector that Angular uses for rendering the application's root component. At first glance, they look rather weird, as is not a standard HTML 5 element. Please notice the custom tags inside the section.
Of course, it's possible to pick up another UI kit from the bunch available out there. However, the entry point of any Angular application is a plain old index.html file.Īs we can see above, we included Bootstrap 4 so we can give our application UI components a more fancy look. If we look inside the angularclient folder, we'll see that Angular CLI has effectively created an entire project for us.Īngular's application files use TypeScript, a typed superset of JavaScript that compiles to plain JavaScript.