@zakburki
Hong Kong JavaScript and Node.js
20th Feb 2017
AngularJS is a framework for building dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax.
| Creates it's own view (hierarchy of DOM elements) with attached behaviour | Directives add behaviour to an existing DOM element |
|---|---|
| Only one component can be present per DOM element. | Multiple decorators can be placed on a single element. |
| Shadow view context is the component instance | Directives do not introduce new evaluation context |
| When: create a reusable set of DOM elements of UI with custom behaviour | When: write reusable behaviour to supplement existing DOM elements. |
Most Popular Module Bundlers/Loaders
Typical Contents:
index.html
.js files (bundles and chunks)
map files
css files
assets folder
Something More Complete.
More Dynamic I hear?
Let's get MEAN and Vulgar.
Twitter:
@zakburki