دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Panda. Sandeep
سری:
ISBN (شابک) : 9780992279455
ناشر: SitePoint Pty. Ltd.
سال نشر: 2014
تعداد صفحات: 0
زبان: English
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 966 کیلوبایت
کلمات کلیدی مربوط به کتاب AngularJS مبتدی به نینجا: نرم افزار کاربردی -- توسعه، جاوا اسکریپت (زبان برنامه کامپیوتری)، نرم افزار منبع باز، کتاب های الکترونیکی، نرم افزار کاربردی -- توسعه
در صورت تبدیل فایل کتاب AngularJS novice to ninja به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب AngularJS مبتدی به نینجا نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
حاشیه نویسی Sandeep Panda 'AngularJS' مسیر سریع شما برای تسلط بر چارچوب ابرقهرمانی جاوا اسکریپت است. در این کتاب کاربردی و خواندنی، شما با اصول AngularJS مانند محدودهها، ماژولها و کنترلرها آشنا خواهید شد. سپس به سراغ تکنیکهای پیچیدهتر میروید، از جمله استفاده از دستورالعملها، فیلترها و عبارات برای ساختن یک برنامه وب تک صفحهای کامل.
Annotation Sandeep Panda's 'AngularJS' is your fast-track route to mastering the superheroic JavaScript framework. In this practical and fun-to-read book, you'll learn the fundamentals of AngularJS, such as scopes, modules and controllers. You'll then move on to more sophisticated techniques, including using directives, filters and expressions to build a full single page web application.
AngularJS: Novice to Ninja Table of Contents Preface Who Should Read This Book Conventions Used Code Samples Tips, Notes, and Warnings Supplementary Materials Want to Take Your Learning Further? Falling In Love With AngularJS The Power Features of AngularJS Download and Installation Installing via CDN Hosting on Your Server Required Tools AngularJS Batarang The Angular Seed Project The Anatomy of an AngularJS app What is MVW? MVC MVVM Structuring Our Code With MVC Unit and End-to-End Testing in AngularJS Where to Put Your Tests How to Run Tests For Unit Tests For End-to-End Tests When Not To Use AngularJS Conclusion Modules, Controllers & Data Binding Creating Our First Module Modular Programming Best Practices Controllers The Role of a Controller Attaching Properties and Functions to Scope Adding Logic to the Controller Adding Instance Functions and Properties to Controllers Dependency Injection in Controllers With Minification Overview of Two-Way Data Binding What Is Data Binding? Two-Way Binding in AngularJS Doing Something Cool Introducing Our Demo Application The Single Page Blogger Getting Ready Conclusion AngularJS Scope & Events Scope Demystified Writing Access with Prototypes Writing a Primitive to an Object Writing a Reference Type to an Object Objects Can Extend Objects Prototypal Inheritance in AngularJS Scopes Advanced Scope Concepts The Watchers in AngularJS The $watchCollection() Function The $apply() Function and the $digest Loop $apply and $digest in Action Introducing the $timeout Service Broadcasting & Emitting Events $scope.$emit(name,args) For Emitting Events $scope.$broadcast(name,args) For Broadcasting Events $scope.$on(name,handlerFunction) For Registering Listeners Events in Action The $destroy event Conclusion Multiple Views and Routing Creating Multiple Views Using $routeParams in the Controller Using ng-template The resolve Property in the Route Config Object Exploring the $location Service The API Writable Parts Non-Writable Parts Adding a New History Entry Versus Replacing One Events in Routing $location related events $route related events The ng-include Directive Introducing the Angular UI Router Getting Started With UI Routter Requirements Defining States Conclusion AngularJS Services, Factories, and Providers Service Eager Loading of a Service Factory Provider Value Constant Using Decorators Conclusion Developing Single Page Blogger Developing Our App Defining Routes Creating Our Service Creating the Controller Creating the Templates App Entry Point (index.html) How About Some Unit Tests? Unit Testing postService Unit Testing Controllers Writing an End-to-End (e2e) Test Conclusion Understanding AngularJS Forms AngularJS Forms and