Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ol> <li>While Angular 1 was a framework, Angular 2 is a <strong>platform</strong>. (<a href="http://www.webdesignermag.co.uk/angular-creator-misko-hevery-reveals-what-lies-ahead-for-the-framework/" rel="noreferrer">ref</a>)</li> </ol> <p>To developers, Angular2 provides some features beyond showing data on screen. For example, using angular2 cli tool can help you "pre-compile" your code and generate necessary javascript code (<a href="https://auth0.com/blog/2016/05/06/ng-conf-summary-day-2/" rel="noreferrer">tree-shaking</a>) to shrink the download size down to 35Kish. </p> <ol start="2"> <li>Angular2 emulated Shadow DOM. (<a href="http://victorsavkin.com/post/118372404541/the-core-concepts-of-angular-2" rel="noreferrer">ref</a>) </li> </ol> <p>This opens a door for server rendering that can address SEO issue and work with Nativescript etc that don't work on browsers.</p> <ul> <li><p><a href="https://angular.io/" rel="noreferrer">The official document site</a></p></li> <li><p><a href="https://youtu.be/gdlpE9vPQFs?list=PLOETEcp3DkCq788xapkP_OU-78jhTf68j" rel="noreferrer">Day one keynote from ng-conf 2016</a></p></li> <li><p><a href="https://github.com/AngularClass/awesome-angular2" rel="noreferrer">Resource links</a> <strong>Original:</strong> Basically, jQuery is a great tool for you to manipulate and control DOM elements. If you only focus on DOM elements and no Data CRUD, like building a website not web application, jQuery is the one of the top tools. (You can use AngularJS for this purpose as well.)</p></li> </ul> <p>AngularJS is a <strong>framework</strong>. It has following features</p> <ol> <li>Two way data binding</li> <li>MVW pattern (MVC-ish)</li> <li>Template</li> <li>Custom-directive (reusable components, custom markup)</li> <li>REST-friendly</li> <li>Deep Linking (set up a link for any dynamic page)</li> <li>Form Validation</li> <li>Server Communication</li> <li>Localization</li> <li>Dependency injection</li> <li>Full testing environment (both unit, e2e)</li> </ol> <p>check this <a href="http://sberan.github.com/angularTalk/" rel="noreferrer">presentation</a> and this <a href="http://www.yearofmoo.com/2012/08/use-angularjs-to-power-your-web-application.html" rel="noreferrer">great introduction</a> </p> <p>Don't forget to read the official <a href="http://docs.angularjs.org/guide/" rel="noreferrer">developer guide</a> </p> <p>Or learn it from these awesome <a href="http://egghead.io/" rel="noreferrer">video tutorials</a> </p> <p>If you want to watch more tutorial video, check out this post, <a href="http://www.thesocialmediatoday.com/collection-of-best-60-angularjs-tutorials/" rel="noreferrer">Collection of best 60+ AngularJS tutorials</a>.</p> <p>You can use jQuery with AngularJS without any issue. </p> <p>In fact, AngularJS uses jQuery lite in it, which is a great tool.</p> <p>From <a href="http://docs.angularjs.org/misc/faq" rel="noreferrer">FAQ</a></p> <blockquote> <p>Does Angular use the jQuery library?</p> <p>Yes, Angular can use jQuery if it's present in your app when the application is being bootstrapped. If jQuery is not present in your script path, Angular falls back to its own implementation of the subset of jQuery that we call jQLite.</p> </blockquote> <p>However, don't try to use jQuery to modify the DOM in AngularJS controllers, do it in your directives.</p> <p><strong>Update:</strong></p> <p>Angular2 is released. <strong><a href="https://github.com/AngularClass/awesome-angular2" rel="noreferrer">Here</a></strong> is a great list of resource for starters</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload