Become A Ninja With Angular
Author: Ninja Squad
Publication Date 出版日期: 2019
Print Length 页数: 303
Language 语言: English
Print Length 页数: PDF/EPUB
Size: 10 Mb
Version 8.1.0 – 2019-07-02
This ebook helps you get the philosophy of Angular (currently 8.1.0),the new tools (like ES2015,TypeScript,Webpack,Angular CLI…),and each part of the framework in a pragmatic way. You will be able to kickstart your project Author: the end of the reading,and build your amazing apps!
Introduction
A gentle introduction to ECMAScript 6
Going further than ES6
Diving into TypeScript
The wonderful land of Web Components
Grasping Angular’s philosophy
From zero to something
The templating syntax
Dependency injection
Services
Pipes
Reactive Programming
Building components and directives
Styling components and encapsulation
Testing your app
Send and receive data through HTTP
Router
Forms
Zones and the Angular magic
Angular compilation: Just in Time vs Ahead of Time
Advanced observables
Advanced components and directives
Internationalization
Performances
Going to production
This is the end
Changelog
Author: Ninja Squad
Publication Date 出版日期: 2018
Print Length 页数: 260
Language 语言: English
Print Length 页数: PDF/EPUB/MOBI
Size: 10 Mb
Version v6.1.0 – 2018-07-26
This ebook helps you get the philosophy of Angular (currently 6.1.0),the new tools (like ES2015,TypeScript,SystemJS,Webpack,Angular CLI…),and each part of the framework in a pragmatic way. You will be able to kickstart your project Author: the end of the reading,and build your amazing apps!
So you want to be a ninja,huh? Well,you’re in good hands!
But we have a long road,you and me,with lots of things to learn.
We’re living exciting times in Web development. There is a new Angular. A complete rewrite of the good old AngularJS. Why a complete rewrite? Was AngularJS 1.x not enough?
Most of all,the Web has changed since AngularJS was conceived. javascript has changed. New frameworks have emerged,with great ideas,or better implementation. We are not the kind of developers to tell you that you should use this tool instead of that one. We just happen to know some tools very well,and know what fits the project. AngularJS was one of those tools,allowing us to build well-tested web applications,and to build them fast. We also tried to bend it where it didn’t fit. Don’t blame us,it happens to the best of us.