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 247
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 84 kr
Medlemspris 109 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 331 kr
Fragt: 59 kr
7 - 10 hverdage
20 kr
Pakkegebyr
Spar 247 kr
Se vores konkurrenters priser her
God 15.838 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 (HÆFTET)
Eksklusiv medlemspris kr 189

kr 280
Normalpris
kr 198
Medlemspris
SPAR
kr 91
BOG (INDBUNDET)
Eksklusiv medlemspris kr 380

kr 499
Normalpris
kr 392
Medlemspris
SPAR
kr 119
BOG (INDBUNDET)
Eksklusiv medlemspris kr 220

kr 320
Normalpris
kr 230
Medlemspris
SPAR
kr 100
BOG (INDBUNDET)
Eksklusiv medlemspris kr 183

kr 270
Normalpris
kr 192
Medlemspris
SPAR
kr 87
BOG (INDBUNDET)
Eksklusiv medlemspris kr 919

kr 1.499
Normalpris
kr 977
Medlemspris
SPAR
kr 580
BOG (INDBUNDET)
Eksklusiv medlemspris kr 208

kr 299
Normalpris
kr 217
Medlemspris
SPAR
kr 91
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 (HÆFTET)
Eksklusiv medlemspris kr 191

kr 269
Normalpris
kr 199
Medlemspris
SPAR
kr 78
BOG (HÆFTET)
Eksklusiv medlemspris kr 154

kr 229
Normalpris
kr 162
Medlemspris
SPAR
kr 75
BOG (HÆFTET)
Eksklusiv medlemspris kr 27

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

kr 300
Normalpris
kr 213
Medlemspris
SPAR
kr 97
BOG (PAPERBACK)
Eksklusiv medlemspris kr 166

kr 201
Normalpris
kr 170
Medlemspris
SPAR
kr 35
BOG (HÆFTET)
Eksklusiv medlemspris kr 80

kr 229
Normalpris
kr 95
Medlemspris
SPAR
kr 149
BOG (HÆFTET)
Eksklusiv medlemspris kr 154

kr 229
Normalpris
kr 162
Medlemspris
SPAR
kr 75
BOG (INDBUNDET)
Eksklusiv medlemspris kr 239

kr 329
Normalpris
kr 248
Medlemspris
SPAR
kr 90
BOG (INDBUNDET)
Eksklusiv medlemspris kr 229

kr 299
Normalpris
kr 236
Medlemspris
SPAR
kr 70
BOG (HARDBACK)
Eksklusiv medlemspris kr 25

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

kr 300
Normalpris
kr 209
Medlemspris
SPAR
kr 101
BOG (INDBUNDET)
Eksklusiv medlemspris kr 199

kr 279
Normalpris
kr 207
Medlemspris
SPAR
kr 80
Vi anbefaler også
BOG (PAPERBACK)
Eksklusiv medlemspris kr 338

kr 506
Normalpris
kr 355
Medlemspris
SPAR
kr 168
BOG (PAPERBACK)
Eksklusiv medlemspris kr 204

kr 269
Normalpris
kr 211
Medlemspris
SPAR
kr 65
BOG (PAPERBACK)
Eksklusiv medlemspris kr 282

kr 315
Normalpris
kr 285
Medlemspris
SPAR
kr 33
BOG (PAPERBACK)
Eksklusiv medlemspris kr 328

kr 354
Normalpris
kr 331
Medlemspris
SPAR
kr 26
BOG (PAPERBACK)
Eksklusiv medlemspris kr 273

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

kr 398
Normalpris
kr 387
Medlemspris
SPAR
kr 12
BOG (PAPERBACK)
Eksklusiv medlemspris kr 322

kr 331
Normalpris
kr 323
Medlemspris
SPAR
kr 9
BOG (PAPERBACK)
Eksklusiv medlemspris kr 380

kr 450
Normalpris
kr 387
Medlemspris
SPAR
kr 70
BOG (PAPERBACK)
Eksklusiv medlemspris kr 230

kr 315
Normalpris
kr 239
Medlemspris
SPAR
kr 85
BOG (PAPERBACK)
Eksklusiv medlemspris kr 280

kr 404
Normalpris
kr 292
Medlemspris
SPAR
kr 124
BOG (PAPERBACK)
Eksklusiv medlemspris kr 357

kr 368
Normalpris
kr 358
Medlemspris
SPAR
kr 11
BOG (PAPERBACK)
Eksklusiv medlemspris kr 306

kr 450
Normalpris
kr 320
Medlemspris
SPAR
kr 144
BOG (PAPERBACK)
Eksklusiv medlemspris kr 312

kr 371
Normalpris
kr 318
Medlemspris
SPAR
kr 59
BOG (PAPERBACK)
Eksklusiv medlemspris kr 337

kr 347
Normalpris
kr 338
Medlemspris
SPAR
kr 10
BOG (PAPERBACK)
Eksklusiv medlemspris kr 261

kr 371
Normalpris
kr 272
Medlemspris
SPAR
kr 110
BOG (PAPERBACK)
Eksklusiv medlemspris kr 485

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

kr 427
Normalpris
kr 306
Medlemspris
SPAR
kr 134
BOG (PAPERBACK)
Eksklusiv medlemspris kr 446

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

kr 540
Normalpris
kr 375
Medlemspris
SPAR
kr 183
BOG (PAPERBACK)
Eksklusiv medlemspris kr 485

kr 619
Normalpris
kr 498
Medlemspris
SPAR
kr 134