Updating the tagline as center-aligned caption

We can center the tagline of the application using fxLayoutAlign and give it a subdued mat-caption typography, as follows:

  1. Implement the layout changes and caption typography:
src/app/app.component.ts  <div fxLayoutAlign="center">  <div class="mat-caption">Your city, your forecast, right now!</div></div>
  1. Observe the results, as shown:
LocalCast Weather Centered Tagline

Get Angular 6 for Enterprise-Ready Web Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.