Skip to main content

Command Palette

Search for a command to run...

AngularDart Tutorial: Let’s Build a Bookmark Manager (Part 1)

Updated
1 min read
AngularDart Tutorial: Let’s Build a Bookmark Manager (Part 1)

In this video series we will be looking at the AngularDart framework, building a Bookmark Manager to store our favourite clippings from the web. This single page app will allow us to perform the usual CRUD operations. At the end of this video, we will have the skeleton for our app, displaying a list of bookmarks with delete functionality.

Setup

Assuming you have Dart installed, add the stagehand dependency by running:

$ pub global activate stagehand

Create the directory in which you wish to generate the files and folders for your dart project and run the associated commands:

$ mkdir bookmark_manager && cd bookmark_manager
$ stagehand web-angular

Update your dependencies and you are good to go!

$ pub get

Watch on YouTube

Get the source code

Further reading

  1. AngularDart Guide

  2. Auto-Generate the scaffolding for your next project

  3. Get started with Dart Egghead.io course

More from this blog

C

Creative Bracket

58 posts

Creative Bracket is the go-to Dart resource blog on the Dart language and tools with easy to understand Dart tutorials and videos for your next project.