Rodrigo Branas - AngularJS Essentials [2014, PDF, ENG] + Code

seeders: 5
leechers: 0
Added 11 years ago by D@vidoff in Books  > Non-Fiction

Download Fast Safe Anonymous
movies, software, shows...

Files

Rodrigo Branas - AngularJS Essentials [2014, PDF, ENG] + Code (Size: 7.86 MB)
  Code
  0086OS_01_code
  angular.js 738.76 KB
  index.html 1.42 KB
  0086OS_02_code
  .DS_Store 6 KB
  accordionItem.html 121 B
  alert.html 138 B
  css
  app.css 735 B
  index.html 1.94 KB
  js
  app.js 44 B
  controllers.js 315 B
  directives.js 1.26 KB
  lib
  angular.js 738.76 KB
  0086OS_03_code
  .DS_Store 6 KB
  accordionItem.html 121 B
  alert.html 138 B
  css
  app.css 735 B
  index.html 2.43 KB
  js
  app.js 44 B
  controllers.js 346 B
  directives.js 1.26 KB
  filters.js 214 B
  lib
  angular.js 738.76 KB
  0086OS_04_code
  .DS_Store 6 KB
  css
  app.css 735 B
  index.html 646 B
  js
  .DS_Store 6 KB
  app.js 66 B
  config.js 918 B
  constants.js 57 B
  controllers.js 1.67 KB
  directives.js 1.27 KB
  filters.js 214 B
  run.js 756 B
  services.js 3.65 KB
  lib
  angular-mocks.js 66.04 KB
  angular-route.js 32.35 KB
  angular.js 738.76 KB
  partials
  accordionItem.html 121 B
  alert.html 138 B
  car.html 303 B
  parking.html 1.97 KB
  0086OS_05_code
  .DS_Store 6 KB
  css
  app.css 735 B
  index.html 646 B
  js
  .DS_Store 6 KB
  app.js 66 B
  config.js 918 B
  constants.js 57 B
  controllers.js 1.84 KB
  directives.js 1.27 KB
  filters.js 214 B
  run.js 909 B
  services.js 4.16 KB
  lib
  angular-mocks.js 66.04 KB
  angular-route.js 32.35 KB
  angular.js 738.76 KB
  partials
  accordionItem.html 121 B
  alert.html 138 B
  car.html 303 B
  parking.html 2.06 KB
  0086OS_06_code
  .DS_Store 6 KB
  css
  app.css 735 B
  index.html 720 B
  js
  .DS_Store 6 KB
  app.js 82 B
  config.js 918 B
  constants.js 57 B
  controllers.js 1.83 KB
  filters.js 214 B
  run.js 909 B
  services.js 2.97 KB
  lib
  angular-mocks.js 66.04 KB
  angular-route.js 32.35 KB
  angular.js 738.76 KB
  search.js 712 B
  ui.js 1.68 KB
  partials
  accordionItem.html 121 B
  alert.html 138 B
  car.html 303 B
  parking.html 2.34 KB
  0086OS_07_code
  .DS_Store 6 KB
  MIT.LICENSE 1.04 KB
  SpecRunner.html 1.51 KB
  karma.conf.js 915 B
  lib
  .DS_Store 6 KB
  angular
  angular-mocks.js 66.04 KB
  angular.js 738.76 KB
  jasmine-2.0.0
  boot.js 5.99 KB
  console.js 4.22 KB
  jasmine-html.js 10.97 KB
  jasmine.css 4.13 KB
  jasmine.js 61.36 KB
  jasmine_favicon.png 2.01 KB
  spec
  .DS_Store 6 KB
  alertDirectiveSpec.js 1.06 KB
  parkingCtrlSpec.js 906 B
  parkingCtrlWithHttpFacadeSpec.js 1.88 KB
  parkingFactoryFunctionSpec.js 511 B
  parkingHttpFacadeSpec.js 2.52 KB
  parkingServiceSpec.js 607 B
  plateFilterSpec.js 375 B
  src
  .DS_Store 6 KB
  alertDirective.js 374 B
  mockedCarsFactoryFunction.js 804 B
  parkingApp.js 44 B
  parkingCtrl.js 315 B
  parkingCtrlWithHttpFacade.js 1.25 KB
  parkingFactoryFunction.js 408 B
  parkingHttpFacade.js 585 B
  parkingService.js 414 B
  plateFilter.js 213 B
  uiApp.js 34 B
  0086OS_08_code
  .DS_Store 6 KB
  Gruntfile.js 1.1 KB
  bower.json 253 B
  bower_components
  .DS_Store 6 KB
  angular
  .bower.json 483 B
  README.md 1.58 KB
  angular-csp.css 535 B
  angular.js 750.61 KB
  angular.min.js 103.5 KB
  angular.min.js.gzip 38.21 KB
  angular.min.js.map 278.78 KB
  bower.json 120 B
  package.json 540 B
  Rodrigo Branas - AngularJS Essentials - 2014.pdf 1.08 MB

Description


Книги и журналы » Компьютерная литература » Веб-дизайн и программирование

AngularJS Essentials

Год: 2014
Автор: Rodrigo Branas
Издательство: Packt Publishing
ISBN: 978-1-78398-009-3
Язык: Английский
Формат: PDF
Качество: Изначально компьютерное (eBook)
Количество страниц: 180
Описание:

This book is a practical guide filled with real-world examples that will help you discover the best practices of the AngularJS framework, covering its most important concepts such as directives, expressions, filters, and modules and guiding you through the steps of building your very own web application.

You will start by learning how to create reusable components with directives, experiencing an expressive way of developing software. Then we will move on to cover data handling, and you will learn how to use the various features of the AngularJS framework to accomplish any challenge related to presenting, transforming, and validating data on a user's interface.

After that, we will explore the secrets of the dependency injection mechanism available in AngularJS, bringing reuse and testability to your application by decoupling the layers. The book will also cover the best practices of using the framework and how to automate the test and the project's workflow.
[spoiler="Примеры страниц"]

[/spoiler]
[spoiler="Оглавление"]
Preface
Chapter 1: Getting Started with AngularJS

Introduction to AngularJS
Architectural concepts
Setting up the framework
Organizing the code
Chapter 2: Creating Reusable Components with Directives
What is a directive?
Using AngularJS built-in directives
Refactoring application organization
Creating our own directives
Animation
Chapter 3: Data Handling
Expressions
Filters
Form validation
Chapter 4: Dependency Injection and Services
Dependency injection
Creating services
Using AngularJS built-in services
Chapter 5: Scope
Two-way data binding
Best practices using the scope
The $rootScope object
Scope Broadcasting
Chapter 6: Modules
Creating modules
Recommended modules
Chapter 7: Unit Testing
The Jasmine testing framework
Testing AngularJS components
Chapter 8: Automating the Workflow
Automating the workflow with Grunt
Managing packages with Bower
Index
[/spoiler]