Thursday 16 February 2017

angularjs 2.0 tutorial (What you should know)

हेल्लो दोस्तों , मैं पवन सेंगर आज आप को Angular 2.0 के बारे मैं बताने जा रहा हूँ।  Angular 2.0  को सीखना आसान है। सबसे पहले आप को ये जानना जरुरी है की इसको सिखाने से पहले आप को किस टेक्नोलॉजी की बेसिक नॉलेज होनी चाहिए।

  • HTML
  • CSS (अगर आप को CSS आती है तो ठीक है। नहीं भी आती है को कोई बात नहीं है। )
  • Basic Javascript
  • Programming fundamentals (Loops, functions, conditionals, etc)

  1. What is Angular 2?
    • Angular 2 is a JavaScript client site framework to creating a powerful web applications. 
    • Created and maintained by Google.
    • The most popular JavaScript framework to date.
    • what would be if it were created for dynamic web application.
  2. Angular 2 is NOT?
    • A server site technology/framework
    • JavaScript library (jQuery, React, etc)
    • Design Pattern
    • Platform and language (PHP,.NET,JAVA)
    • Plugin or extension
  3. What Angular 2 Offers?
    • Dynamic HTML
    • Form and input handling
    • Event handling
    • Powerful Templates
    • Routing
    • Faster rendering
    • HTTP Services
    • Latest JavaScript standards
    • Components encapsulation
    • Much more...
  4. What's new from Angular 1?
    • No more controller and scopes 
    • Components/Reusable code
    • Reduced learning curve
    • TypeScript & ES2015 / E6
    • Batter Mobile Support
    • RxJS & Observation

No comments:

Post a Comment