May 2018
Intermediate to advanced
512 pages
11h 3m
English
You will be leveraging Angular components, interfaces, and services to build the current weather feature in a decoupled, cohesive, and encapsulated manner.
The landing page of an Angular app, by default, resides in app.component.html. So, start by editing the template of AppComponent with rudimentary HTML, laying out the initial landing experience for the application.
We will add a header as an h1 tag, followed by the tagline of our app as a div and placeholders for where we may want to display the current weather, ...
Read now
Unlock full access