Next: Combining Data with a Second Source in Angular
We’re about to complete our journey in creating a high-performing, usable, and clean way for our users to see a customer’s details. We have our UI designed and built, and our back end is now clean, simple, and fast. We now need to bring them together in our Angular app.
With what we know about Angular, using this data in our view is pretty easy. We’ve seen how we can request information from the server user $http and we’ve seen how to show that data in our view using Angular’s templating system, along with the ng-model directive.
One thing you might have noticed is that our CustomerDetail model doesn’t expose some of the billing information, such as the last four digits and expiration ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access