Angular's Client-Side

Get introduced to the client-side of Angular's client-server model.

Refresher

In the first chapter, we discussed how web applications worked within the context of a client-server model. Now it’s time to look at how Angular’s various features come together to create the client-side of the client-server model.

We started the previous chapter by creating a simple service. We consumed this service from our single component. We also used that component to manage a template displaying the data that was returned from our service. We then saw how our AppComponent was bootstrapped through the root module AppModule in app.module.ts. ...

Get hands-on with 1400+ tech skills courses.