Data Structures
According to New Revised CBCS syllabus w.e.f. 2020-21
B.B.A. (Computer Application)
Semesters-III
A Text book of
Data Structures
Author: Dr. Poonam Ponde
ISBN: 978-81-946902-5-2
Book ID: 1880
According to New Revised CBCS syllabus w.e.f. 2020-21
A Text book of
Author: Dipali Dhumal
ISBN: 978-81-946618-6-3
Book ID: 1882
AngularJS is a structural framework for dynamic web apps. You can use HTML as a template language and extend the HTML syntax to express your application's components clearly and concisely. AngularJS data binding and dependency injection eliminates much of the code you would otherwise have written.
This textbook, authored by an Asstt. Professor with over a decade of experience, covers Angular JS as per the syllabus of SPPU with effect from 2020-21. It explains the concepts of Anglular JS in a simple and easy-to-follow manner and is filled with examples and exercises.
Contents
1. AngularJS Core Concepts
1. Introduction to AngularJS
2. Difference between AngularJS and JavaScript
3. Advantages of AngularJS
4. AngularJS MVC Architecture
5. Introduction to SPA (Single Page Application)
6. Setting up the Environment
7. First App using MVC Architecture
2. AngularJS Directives and Expressions
1. Introduction
2. Understanding ng Attributes
3. Expression and Data Binding
4. Working with Directives
3. AngularJS Modules, Controller, View and Scope
1. Introduction
2. Angular Modules
3. Angular Controller
4. Angular View
5. Scope Hierarchy
4. Filter, Forms and Ajax Filters
1. Introduction
2. Built-in Filters
3. AngularJS Forms
4. Ajax Implementation Using $http
5. Dependency Injection, Services
1. Dependency Injection
2. Understanding Services
3. Using built-in Services
4. Creating Custom Service
5. Injecting Dependency in Service