Setting Up Angular 2 MockBackend

Todd Leininger Angular, Articles, Development Technologies & Tools, JavaScript, Tutorial 10 Comments

Todd was working on a client project developing one of the company’s first Angular 2 applications when he found that he needed access to the REST services before they were ready. He needed a good way to mock them up, so he set up a mock service for an Angular 2 application using MockBackend.

In this article Todd shows a step-by-step example of setting up a mock of RESTful web service APIs for an Angular 2 application using Angular’s MockBackend. With this method, he could then use that mock to work on the application before the real APIs were ready.

St. Louis, Detroit & Lincoln Events Scheduled: Angular 2 In Action!

Lauren Fournier Bogner Angular, Articles, Community, Educational Event, JavaScript Leave a Comment

We are excited to announce the next Keyhole Software educational event: Angular 2 In Action! This is a live-coding learning opportunity open to the public. This free presentation will be held in St. Louis at the Courtyard Marriott in Creve Coeur, Missouri on Sept 1, 2016 from 8-10 a.m. / in Detroit, MI at Detroit Labs on Sept 22 from 6-8 p.m./ in Lincoln, NE at the Lincoln.Code() User Group meeting on Sept 28 from 6-8 p.m. Space is limited, so register for your free ticket today.

A Test-Driven Development Introduction to Angular 2

Matthew Brown Angular, Articles, JavaScript, Testing, Tutorial 5 Comments

Attention: The following article was published over 9 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Note This blog post and application were created when Angular 2 was in Beta. Since, I have updated the application to the Angular 2 final release. You can view that updated post …