It looks like you're offline.
Open Library logo
additional options menu

MARC record from Internet Archive

LEADER: 08672cam 2200721Ii 4500
001 ocn946526859
003 OCoLC
005 20220211085049.0
008 160412s2016 enka o 001 0 eng d
006 m o d
007 cr unu||||||||
040 $aUMI$beng$erda$epn$cUMI$dOCLCF$dN$T$dVT2$dKSU$dDEBBG$dDEBSZ$dDAY$dOCLCA$dOCL$dCEF$dNLE$dAU@$dUKMGB$dAGLDB$dOCLCQ$dIGB$dAUW$dBTN$dINTCL$dMHW$dSNK$dSTF$dUKAHL$dS8I$dA6Q$dS8J$dS9I$dRDF$dNLW$dK6U$dSFB$dESU$dVLY$dDGN$dCN6UV$dAJS$dSDF$dHS0$dCNNOR$dOCLCQ
015 $aGBB6G3507$2bnb
016 7 $a018010633$2Uk
020 $a9781785887116$q(electronic bk.)
020 $a1785887114$q(electronic bk.)
020 $z9781785886201
020 $a1785886207
020 $a9781785886201
035 $a(OCoLC)946526859
037 $a908927$bMIL
037 $aCL0500000732$bSafari Books Online
050 4 $aQA76.76.A54
072 7 $aCOM$x051260$2bisacsh
082 04 $a005.2762$223
100 1 $aGechev, Minko,$eauthor.
245 10 $aSwitching to Angular 2 :$bbuild SEO-friendly, high-performance single-page applications with Angular 2 /$cMinko Gechev ; foreword by Mis̆ko Hevery, creator of AngularJS and Angular 2.
264 1 $aBirmingham, UK :$bPackt Publishing,$c2016.
300 $a1 online resource :$billustrations
336 $atext$btxt$2rdacontent
337 $acomputer$bc$2rdamedia
338 $aonline resource$bcr$2rdacarrier
588 0 $aOnline resource; title from cover (viewed April 11, 2016).
500 $aIncludes index.
520 8 $aAnnotation$bBuild SEO-friendly, high-performance single-page applications with Angular 2About This Book Get up to date with the latest changes to Angular 2, including the improvements to directives, change detection, dependency injection, router, and more Understand Angular 2's new component-based architecture Start using TypeScript to supercharge your Angular 2 applicationsWho This Book Is ForDo you want to jump in at the deep end of Angular 2? Or perhaps you're interested assessing the changes before moving over? If so, then Switching to Angular 2 is the book for you. To get the most out of the book, you'll need to be familiar with AngularJS 1.x, and have a good understanding of JavaScript. No knowledge of the changes made to Angular 2 is required follow along. What You Will Learn Understand the changes made from Angular 1.x with side-by-side code samples to help demystify the Angular 2 learning curve Start working with Angular 2's new method of implementing directives Use TypeScript to write modern, powerful Angular 2 applications Dig in to the change-detection method, and other architectural changes to make sure you know what's going on under the hood of Angular 2. Get to work with the new router in Angular 2 Use the new features of Angular 2 including pipes, or the updated features such as forms, services, and the DI module Master server-side rendering in Angular 2 to keep your new applications SEO friendlyIn DetailAngularJS is a JavaScript framework that makes building web applications easier. It is used today in large-scale, high-traffic websites that struggle with under-performance, portability issues, as well as SEO unfriendliness, and complexity at scale. Angular 2 changes that. It is the modern framework you need to build performant and robust web applications. Switching to Angular 2 is the quickest way to get to grips with Angular 2 and will help you transition in to the brave new world of Angular 2. We'll start with an overview which sets the changes of the framework in context with version 1.x. After that, you will be taken on a TypeScript crash-course so we can take advantage of Angular 2 in its native, statically-typed environment. We'll look at the new change-detection method in detail, how Directives and Components change how you create websites with Angular, the new Angular 2 router, and much more. By the end of the book, you'll be ready to start building quick and efficient Angular 2 applications that take advantage of all the new features on offer. Style and approachStarting with a comparison between Angular versions that is filled with side-by-side code examples to help highlight the changes, each chapter then looks at major changes to the framework as is filled with small examples and sample code to get you started.
505 0 $aCover ; Copyright; Credits; Foreword; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Angular 2; Chapter 2 : The Building Blocks of an Angular 2 Application; Chapter 3 : TypeScript Crash Course; Chapter 4 : Getting Started with Angular 2 Components and Directives; Chapter 5 : Dependency Injection in Angular 2; Chapter 6 : Working with the Angular 2 Router and Forms; Chapter 7 : Explaining Pipes and Communicating with RESTful Services; Chapter 8 : Development Experience and Server-Side Rendering; Index
505 8 $aThe evolution of the Web -- time for a new frameworkThe evolution of ECMAScript; Lessons learned from AngularJS 1.x in the wild; Summary; A conceptual overview of Angular 2; Changing directives; Getting to know Angular 2 components; Pipes; Change detection; Understanding services; Understanding the new component-based router; Summary; Introduction to TypeScript; Using TypeScript; TypeScript syntax and features introduced by ES2015 and ES2016; Meta-programming with ES2016 decorators; Writing modular code with ES2015; ES2015 module loader; ES2015 and ES2016 recap
505 8 $aTaking advantage of static typingFurther expressiveness with TypeScript decorators; Writing generic code by using type parameters; Writing less verbose code with TypeScript's type inference; Using ambient type definitions; Summary; The Hello world! application in Angular 2; Setting up our environment; Playing with Angular 2 and TypeScript; Using Angular 2 directives; Improved semantics of the directives syntax; Defining Angular 2 directives; Using Angular 2's built-in directives; Introducing the component's view encapsulation; Implementing the component's controllers; Handling user actions
505 8 $aExplaining Angular 2's content projectionHooking into the component's life cycle; The order of execution; Defining generic views with TemplateRef; Understanding and enhancing the change detection; Summary; Why do I need Dependency Injection?; Dependency Injection in Angular 2; Configuring an injector; Defining factories for instantiating services; Child injectors and visibility; Summary; Developing the ""Coders repository"" application; Exploring the Angular 2 router; Using Angular 2 forms; Two-way data-binding with Angular 2; Storing the form data; Listing all the stored developers; Summary
505 8 $aDeveloping model-driven forms in Angular 2Exploring the HTTP module of Angular; Defining parameterized views; Defining nested routes; Transforming data with pipes; Summary; Running applications in Web Workers; Initial load of a single-page application; Enhancing our development experience; Bootstrapping a project with angular-cli; Angular 2 quick starters; Summary; Web Components; WebWorkers; Controllers; Scope; Dependency Injection; Server-side rendering; Applications that scale; Templates; Change detection; Components in action; Components in Angular 2; Defining pipes
630 00 $aAngularJS (Software framework)
650 0 $aSoftware frameworks.
650 7 $aCOMPUTERS$xProgramming Languages$xJavaScript.$2bisacsh
630 07 $aAngularJS (Software framework)$2fast$0(OCoLC)fst01920441
650 7 $aSoftware frameworks.$2fast$0(OCoLC)fst01910199
655 4 $aElectronic books.
700 1 $aHevery, Mis̆ko.
856 40 $3Safari Books Online$uhttps://proquest.safaribooksonline.com/9781785886201
856 40 $3EBSCOhost$uhttps://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=1213962
856 4 $3Volltext$uhttp://proquest.tech.safaribooksonline.de/9781785886201$xAggregator$zURL des Erstveröffentlichers
856 40 $uhttps://nls.ldls.org.uk/welcome.html?ark:/81055/vdc_100035535642.0x000001
856 40 $3Safari Books Online$uhttps://www.safaribooksonline.com/library/view//9781785886201/?ar
856 40 $3VLeBooks$uhttp://www.vlebooks.com/vleweb/product/openreader?id=none&isbn=9781785887116
938 $aAskews and Holts Library Services$bASKH$nAH30547876
938 $aEBSCOhost$bEBSC$n1213962
029 1 $aDEBBG$bBV043969253
029 1 $aDEBSZ$b485797674
029 1 $aGBVCP$b882849530
029 1 $aAU@$b000062539813
029 1 $aUKMGB$b018010633
029 1 $aAU@$b000066234012
994 $aZ0$bP4A
948 $hHELD BY P4A - 669 OTHER HOLDINGS