Hurtig levering
Fremragende Trustpilot
Op til 20% Rabat på nye medlemsordrer
Kurv
Learning Angular
Af: Brad Dayley, Brendan Dayley, Caleb Dayley Engelsk Paperback
SPAR
kr 244
Learning Angular
Af: Brad Dayley, Brendan Dayley, Caleb Dayley Engelsk Paperback

Learning Angular, Second Edition

A Hands-On Guide to Angular 2 and Angular 4


Learning Angular teaches modern application development with Angular 2 and Angular 4. It begins with the basics of Angular and the technologies and techniques used throughout the book, such as key features of TypeScript, newer ES6 syntax and concepts, and details about the tools needed to write professional Angular applications.

 

The reader will next build an Angular application from scratch while learning about the primary pieces of an Angular application and see how they work together. Using lots of examples, the core parts of Angular will be introduced, such as Components, the Router, and Services.

 

The book also covers techniques like server-side rendering and how to incrementally add Angular 2+ features to existing AngularJS applications. Finally, the reader will gain insight into advanced skills that should be part of any professional Angular developer’s toolkit such as testing, tooling options, and performance tuning.

  • Understand how Angular is organized and learn best practices for designing Angular applications
  • Quickly build Angular templates with built-in directives that enhance the user experience
  • Bind UI elements to your data model, so changes to your model and UI occur automatically in tandem
  • Define custom Angular directives that extend HTML
  • Implement zoomable images, expandable lists, and other rich UI components
  • Implement client-side services that interact with web servers
  • Build dynamic browser views to provide even richer user interaction
  • Create custom services you can easily reuse
  • Implement rich UI components as custom Angular directives

Contents at a Glance


Introduction

    • What is Angular
    • Why Use Angular
    • Who this Book is For
    • How to Use this Book
    • Getting the Source Code

Chapter 1: Jumping into JavaScript

    • Setting Up a JavaScript Development Environment
    • Defining Variables
    • Understanding JavaScript Data Types
    • Using Operators
    • Implementing Looping
    • Creating Functions
    • Understanding Variable Scope
    • Using JavaScript Objects
    • Manipulating Strings
    • Working with Arrays
    • Adding Error Handling

Chapter 2: Jumping into TypeScript

    • Learning the Different Types
    • Understanding Interfaces
    • Implementing Classes
    • Implementing Modules
    • Understanding Functions

Chapter 3: Getting Started with Angular

    • Why Angular?
    • Understanding Angular
    • Separation of Responsibilities
    • Adding Angular to Your Environment
    • Using the Angular CLI
    • Creating a Basic Angular Application

Chapter 4: Angular Components

    • Component Configuration
    • Building the Template
    • Using Constructors
    • Using External Templates
    • Implementing Directives

Chapter 5: Expressions

    • Using Expressions
    • Using Pipes
    • Building a Custom Pipe

Chapter 6: Data Binding

    • Understanding Data Binding
    • Interpolation
    • Property Binding
    • Attribute Binding
    • Class Binding
    • Style Binding
    • Event Binding
    • Two-Way Binding

Chapter 7: Built-in Directives

    • Understanding Directives
    • Using Built-in Directives
    • Structural Directives
    • Attribute Directives

Chapter 8: Custom Directives

    • Creating a Custom Attribute Directive
    • Creating a Custom Directive with a Component

Chapter 9: Events and Change Detection

    • Using Browser Events
    • Emitting Custom Events
    • Using Observables

Chapter 10: Implementing Angular Services in Web Applications

    • Understanding Angular Services
    • Using the Built in Services
    • Sending HTTP GET and PUT Requests with the http Service
    • Implementing a Simple Mock Server Using the http Service
    • Changing Views with the router Service
    • Implementing a Router with a Navigation Bar
    • Implementing a Router with Parameters

Chapter 11: Creating Your Own Custom Angular Service

    • Integrating Custom Services into Angular Applications
    • Implementing a Simple Application That Uses a Constant Data Service
    • Implementing a Data Transform Service
    • Implementing a Variable Data Service
    • Implementing a Service that Returns a Promise
    • Implementing a Shared Service

Chapter 12: Having Fun with Angular

    • Implementing an Angular Application That Uses the Animation Service
    • Implementing an Angular Application That Zooms in on Images
    • Implementing an Angular Application That Enables Drag and Drop
    • Implementing a Star Rating Angular Component



Eksklusiv medlemspris 81 kr
Medlemspris 105 kr
Eksklusiv medlemspris og medlemspris er kun for medlemmer. Du bliver automatisk medlem når du køber til eksklusiv medlemspris eller medlemspris. Få 7 dages gratis medlemskab (herefter automatisk 89 kr/30 dage). Læs mere om fordelene
Gratis fragt
5 - 7 hverdage
10 kr
Lavt pakkegebyr
Normalpris 325 kr
Fragt: 59 kr
7 - 10 hverdage
20 kr
Pakkegebyr
Spar 244 kr
Se vores konkurrenters priser her
God 15.823 anmeldelser på

Learning Angular, Second Edition

A Hands-On Guide to Angular 2 and Angular 4


Learning Angular teaches modern application development with Angular 2 and Angular 4. It begins with the basics of Angular and the technologies and techniques used throughout the book, such as key features of TypeScript, newer ES6 syntax and concepts, and details about the tools needed to write professional Angular applications.

 

The reader will next build an Angular application from scratch while learning about the primary pieces of an Angular application and see how they work together. Using lots of examples, the core parts of Angular will be introduced, such as Components, the Router, and Services.

 

The book also covers techniques like server-side rendering and how to incrementally add Angular 2+ features to existing AngularJS applications. Finally, the reader will gain insight into advanced skills that should be part of any professional Angular developer’s toolkit such as testing, tooling options, and performance tuning.

  • Understand how Angular is organized and learn best practices for designing Angular applications
  • Quickly build Angular templates with built-in directives that enhance the user experience
  • Bind UI elements to your data model, so changes to your model and UI occur automatically in tandem
  • Define custom Angular directives that extend HTML
  • Implement zoomable images, expandable lists, and other rich UI components
  • Implement client-side services that interact with web servers
  • Build dynamic browser views to provide even richer user interaction
  • Create custom services you can easily reuse
  • Implement rich UI components as custom Angular directives

Contents at a Glance


Introduction

    • What is Angular
    • Why Use Angular
    • Who this Book is For
    • How to Use this Book
    • Getting the Source Code

Chapter 1: Jumping into JavaScript

    • Setting Up a JavaScript Development Environment
    • Defining Variables
    • Understanding JavaScript Data Types
    • Using Operators
    • Implementing Looping
    • Creating Functions
    • Understanding Variable Scope
    • Using JavaScript Objects
    • Manipulating Strings
    • Working with Arrays
    • Adding Error Handling

Chapter 2: Jumping into TypeScript

    • Learning the Different Types
    • Understanding Interfaces
    • Implementing Classes
    • Implementing Modules
    • Understanding Functions

Chapter 3: Getting Started with Angular

    • Why Angular?
    • Understanding Angular
    • Separation of Responsibilities
    • Adding Angular to Your Environment
    • Using the Angular CLI
    • Creating a Basic Angular Application

Chapter 4: Angular Components

    • Component Configuration
    • Building the Template
    • Using Constructors
    • Using External Templates
    • Implementing Directives

Chapter 5: Expressions

    • Using Expressions
    • Using Pipes
    • Building a Custom Pipe

Chapter 6: Data Binding

    • Understanding Data Binding
    • Interpolation
    • Property Binding
    • Attribute Binding
    • Class Binding
    • Style Binding
    • Event Binding
    • Two-Way Binding

Chapter 7: Built-in Directives

    • Understanding Directives
    • Using Built-in Directives
    • Structural Directives
    • Attribute Directives

Chapter 8: Custom Directives

    • Creating a Custom Attribute Directive
    • Creating a Custom Directive with a Component

Chapter 9: Events and Change Detection

    • Using Browser Events
    • Emitting Custom Events
    • Using Observables

Chapter 10: Implementing Angular Services in Web Applications

    • Understanding Angular Services
    • Using the Built in Services
    • Sending HTTP GET and PUT Requests with the http Service
    • Implementing a Simple Mock Server Using the http Service
    • Changing Views with the router Service
    • Implementing a Router with a Navigation Bar
    • Implementing a Router with Parameters

Chapter 11: Creating Your Own Custom Angular Service

    • Integrating Custom Services into Angular Applications
    • Implementing a Simple Application That Uses a Constant Data Service
    • Implementing a Data Transform Service
    • Implementing a Variable Data Service
    • Implementing a Service that Returns a Promise
    • Implementing a Shared Service

Chapter 12: Having Fun with Angular

    • Implementing an Angular Application That Uses the Animation Service
    • Implementing an Angular Application That Zooms in on Images
    • Implementing an Angular Application That Enables Drag and Drop
    • Implementing a Star Rating Angular Component



Produktdetaljer
Sprog: Engelsk
Sider: 240
ISBN-13: 9780134576978
Indbinding: Paperback
Udgave:
ISBN-10: 0134576977
Kategori: Webprogrammering
Udg. Dato: 28 sep 2017
Længde: 13mm
Bredde: 178mm
Højde: 228mm
Oplagsdato: 28 sep 2017
Forfatter(e) Brad Dayley, Brendan Dayley, Caleb Dayley


Kategori Webprogrammering


Sprog Engelsk


Indbinding Paperback


Sider 240


Udgave


Længde 13mm


Bredde 178mm


Højde 228mm

MEDLEMSFORDELE
GRATIS FRAGT
SPAR OP TIL 90%
Andre har også købt
BOG (INDBUNDET)
Eksklusiv medlemspris kr 380

kr 499
Normalpris
kr 392
Medlemspris
SPAR
kr 119
BOG (HÆFTET)
Eksklusiv medlemspris kr 199

kr 299
Normalpris
kr 209
Medlemspris
SPAR
kr 100
BOG (INDBUNDET)
Eksklusiv medlemspris kr 859

kr 1.499
Normalpris
kr 923
Medlemspris
SPAR
kr 640
BOG (INDBUNDET)
Eksklusiv medlemspris kr 203

kr 300
Normalpris
kr 213
Medlemspris
SPAR
kr 97
BOG (INDBUNDET)
Eksklusiv medlemspris kr 175

kr 299
Normalpris
kr 187
Medlemspris
SPAR
kr 124
BOG (INDBUNDET)
Eksklusiv medlemspris kr 170

kr 270
Normalpris
kr 180
Medlemspris
SPAR
kr 100
BOG (PAPERBACK)
Eksklusiv medlemspris kr 165

kr 198
Normalpris
kr 168
Medlemspris
SPAR
kr 33
BOG (INDBUNDET)
Eksklusiv medlemspris kr 240

kr 349
Normalpris
kr 251
Medlemspris
SPAR
kr 109
BOG (INDBUNDET)
Eksklusiv medlemspris kr 216

kr 279
Normalpris
kr 222
Medlemspris
SPAR
kr 63
BOG (INDBUNDET)
Eksklusiv medlemspris kr 214

kr 320
Normalpris
kr 225
Medlemspris
SPAR
kr 106
BOG (HÆFTET)
Eksklusiv medlemspris kr 275

kr 320
Normalpris
kr 280
Medlemspris
SPAR
kr 45
BOG (INDBUNDET)
Eksklusiv medlemspris kr 118

kr 149
Normalpris
kr 121
Medlemspris
SPAR
kr 31
BOG (INDBUNDET)
Eksklusiv medlemspris kr 262

kr 349
Normalpris
kr 271
Medlemspris
SPAR
kr 87
BOG (HÆFTET)
Eksklusiv medlemspris kr 211

kr 299
Normalpris
kr 220
Medlemspris
SPAR
kr 88
BOG (HARDBACK)
Eksklusiv medlemspris kr 25

kr 227
Normalpris
kr 45
Medlemspris
SPAR
kr 202
BOG (HÆFTET)
Eksklusiv medlemspris kr 27

kr 227
Normalpris
kr 47
Medlemspris
SPAR
kr 200
BOG (INDBUNDET)
Eksklusiv medlemspris kr 246

kr 329
Normalpris
kr 254
Medlemspris
SPAR
kr 83
BOG (INDBUNDET)
Eksklusiv medlemspris kr 214

kr 320
Normalpris
kr 225
Medlemspris
SPAR
kr 106
BOG (INDBUNDET)
Eksklusiv medlemspris kr 329

kr 499
Normalpris
kr 346
Medlemspris
SPAR
kr 170
BOG (INDBUNDET)
Eksklusiv medlemspris kr 150

kr 199
Normalpris
kr 155
Medlemspris
SPAR
kr 49
Vi anbefaler også
BOG (PAPERBACK)
Eksklusiv medlemspris kr 532

kr 740
Normalpris
kr 553
Medlemspris
SPAR
kr 208
BOG (PAPERBACK)
Eksklusiv medlemspris kr 207

kr 269
Normalpris
kr 213
Medlemspris
SPAR
kr 62
BOG (PAPERBACK)
Eksklusiv medlemspris kr 275

kr 309
Normalpris
kr 278
Medlemspris
SPAR
kr 34
BOG (PAPERBACK)
Eksklusiv medlemspris kr 320

kr 347
Normalpris
kr 323
Medlemspris
SPAR
kr 27
BOG (PAPERBACK)
Eksklusiv medlemspris kr 273

kr 315
Normalpris
kr 277
Medlemspris
SPAR
kr 42
BOG (PAPERBACK)
Eksklusiv medlemspris kr 377

kr 389
Normalpris
kr 378
Medlemspris
SPAR
kr 12
BOG (PAPERBACK)
Eksklusiv medlemspris kr 314

kr 323
Normalpris
kr 315
Medlemspris
SPAR
kr 9
BOG (PAPERBACK)
Eksklusiv medlemspris kr 371

kr 441
Normalpris
kr 378
Medlemspris
SPAR
kr 70
BOG (PAPERBACK)
Eksklusiv medlemspris kr 233

kr 315
Normalpris
kr 241
Medlemspris
SPAR
kr 82
BOG (PAPERBACK)
Eksklusiv medlemspris kr 286

kr 404
Normalpris
kr 298
Medlemspris
SPAR
kr 118
BOG (PAPERBACK)
Eksklusiv medlemspris kr 348

kr 359
Normalpris
kr 349
Medlemspris
SPAR
kr 11
BOG (PAPERBACK)
Eksklusiv medlemspris kr 312

kr 450
Normalpris
kr 326
Medlemspris
SPAR
kr 138
BOG (PAPERBACK)
Eksklusiv medlemspris kr 304

kr 363
Normalpris
kr 310
Medlemspris
SPAR
kr 59
BOG (PAPERBACK)
Eksklusiv medlemspris kr 329

kr 339
Normalpris
kr 330
Medlemspris
SPAR
kr 10
BOG (PAPERBACK)
Eksklusiv medlemspris kr 266

kr 371
Normalpris
kr 277
Medlemspris
SPAR
kr 105
BOG (PAPERBACK)
Eksklusiv medlemspris kr 485

kr 619
Normalpris
kr 498
Medlemspris
SPAR
kr 134
BOG (PAPERBACK)
Eksklusiv medlemspris kr 294

kr 419
Normalpris
kr 307
Medlemspris
SPAR
kr 125
BOG (PAPERBACK)
Eksklusiv medlemspris kr 446

kr 563
Normalpris
kr 458
Medlemspris
SPAR
kr 117
BOG (PAPERBACK)
Eksklusiv medlemspris kr 365

kr 540
Normalpris
kr 383
Medlemspris
SPAR
kr 175
BOG (PAPERBACK)
Eksklusiv medlemspris kr 485

kr 619
Normalpris
kr 498
Medlemspris
SPAR
kr 134