Angular Crash Course
#3
Angular Crash Course
#3
▶
Introduction to AngularJS
Getting Started with AngularJS
Anatomy of AngularJS
The End of the Old and the Dawn of the New
§ Where the Big Trend is Heading §
Design Decisions in AngularJS
A Glimpse into the Future
"Expose low-level capabilities that explain existing features, such as HTML and CSS, allowing authors to understand and replicate them."
"We want web developers to write more declarative code, not less. This calls for eliminating the standards bottleneck to introducing new declarative forms, and giving library and framework authors the tools to create them."
Where the Big Trend is Heading
§ Design Decisions in AngularJS §
A Glimpse into the Future
<div onclick="x = i.a + i.b">
<div ng-click="x = i.a + i.b">
<div onclick="click()">
<div ng-click="click()">
<div data-show="true">
<div ng-show="true">
Where the Big Trend is Heading
Design Decisions in AngularJS
§ A Glimpse into the Future §