AngularJavaScript Frameworks

Create A Flight List Table in Angular (Three Part Series)

In this three-part video series, we’re going to build the table for our Flight App in Angular. We’ll be using a bootstrap table to make our table responsive and modern. Below is the table that we’ll be building.

Here is our starter file: app.component.ts

TypeScript

Start file for app.component.html. Most of the internal content were removed for brevity. We’re going to replace them with the bootstrap table.

HTML

Here is our JSON data:

JSON
Verified by MonsterInsights