This document discusses using SVG and AngularJS for biological modeling. It begins with an introduction to SVG and how it can be used to create 2D vector graphics in the browser. It then explains how SVG can be combined with AngularJS using directives and manipulating SVG elements in the DOM. As a use case, it presents using SVG and AngularJS to build components for visualizing DNA plasmids and sequences, including challenges faced and solutions developed like lazy loading data. A demo is shown of an AngularJS-based genome viewer for synchronized plasmid and sequence views.