Creative Bracket Blogcreativebracket.com·Apr 30, 2019AngularDart Tutorial #6: Firebase Integration CompleteIn the previous tutorial we began integrating Firebase as our database for persisting our bookmark entries. In this AngularDart tutorial, we will continue to use the Firebase Dart package to interact with our online database. We will continue to use ...Dart
Creative Bracket Blogcreativebracket.com·Apr 25, 2019AngularDart Tutorial #5: Firebase IntegrationIn the previous tutorial we implemented basic form validation using the NgForm directive with its NgControl counterpart. In this video we will learn how to integrate Firebase as our database for persisting our bookmark entries. We will create a new p...Dart
Creative Bracket Blogcreativebracket.com·Apr 11, 2019AngularDart Tutorial #4: Forms and ValidationIn the previous video, we refactored our form functionality into a separate component, using the special annotations to bind custom attributes and define custom events. In this part you will learn how to implement validation for the form, utilising t...Dart
Creative Bracket Blogcreativebracket.com·Apr 8, 2019AngularDart Tutorial #3: Components and EventsIn the previous tutorial we added the capability of creating and editing bookmarks. We will now refactor our form functionality into a separate component as a means of keeping that concern contained within its own context. We will learn how to use sp...Dart
Creative Bracket Blogcreativebracket.com·Apr 1, 2019AngularDart Tutorial #2: Create and Edit FunctionalityIn the previous tutorial we built our scaffold component and implemented the delete functionality for our bookmarks. We will now implement the features of creating and editing bookmarks. We will use the Bootstrap UI library to build our user interfac...Dart
Creative Bracket Blogcreativebracket.com·Mar 25, 2019AngularDart 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 wil...Dart
Creative Bracket Blogcreativebracket.com·Mar 11, 2019How to use Toastr notifications in an AngularDart web applicationIn this video we will look at the Toastr notifications jQuery plugin and demonstrate how to use this JavaScript solution in a Dart web application. As part of transitioning into the AngularDart video series, we will bootstrap a sample AngularDart app...Dart