# Angular in the small

DevFeed: [Angular in the small](<https://devfeed.tech/articles/angular-in-the-small-32094.md>)

Original publisher: [Read original article](<https://adambard.com/blog/angular-in-the-small/>)

Published: 2013-11-16T00:00:00Z

Content type: tutorial

Language: en

Sources: [Adam Bard](<https://devfeed.tech/sources/adam-bard.md>)

Topics: [Angular](<https://devfeed.tech/topics/angular.md>), [jQuery](<https://devfeed.tech/topics/jquery.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [functions](<https://devfeed.tech/tags/functions.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [js](<https://devfeed.tech/tags/js.md>), [replacement](<https://devfeed.tech/tags/replacement.md>)

## AI overview

This tutorial compares Angular.js and jQuery by applying both to a small, event-driven text-analysis application. It explains how Angular's data binding can automatically update interface fields and transfer some display logic from JavaScript into HTML.

## Source excerpt

For those of you that aren't familiar, Angular.js is one of a new breed of emerging frameworks dedicated to building rich, responsive in-browser interfaces. I've had the privilege of working with both Ember.js and Angular.js, and enjoyed them both, so this won't be a showdown (if that's what you came for, here's a nice one).