6 entry daha
  • an itibariyle final release'ı çıkmış olan framework

    1 ve 2 arasındaki farklar

    mobile development – desktop development is much easier when mobile performance issues are handled first
    modularity – much core functionality has moved to modules, producing a lighter, faster core
    modern browsers only – reducing the need for browser compatibility workarounds
    angular 2 recommends the use of microsoft's typescript language, which introduces the following improvements:
    class-based object oriented programming
    static typing
    generics
    lambdas
    typescript is a superset of ecmascript 6, and is backwards compatible with ecmascript 5 (i.e.: javascript). angular 2 also includes the benefits of es6:
    ıterators
    for/of loops
    python-style generators
    reflection
    ımproved dependency injection – bindings make it possible for dependencies to be named
    dynamic loading
    asynchronous template compilation
    simpler routing
    diary.js logging – measures where time is spent, to identify bottlenecks[22]
    replacing controllers and $scope with components and directives – a component is a directive with a template
    reactive programming support using rxjs
82 entry daha
hesabın var mı? giriş yap