Angularjs Tutorial for Beginners | Directives in AngularJS |
Angular 5 Auth Guard and Route Guards | What Is Angular 4 or 5 or 6? |
AngularJS 5 Directives | AngularJS Expressions |
AngularJS Data Binding | What Is Angular 4 or 5 or 6? |
AngularJS MVC Architecture | AngularJS 5 interview questions and answers |
Angular 6 Interview Questions and Answers | The history of Angular’s versions |
Angular 5 features | What’s new in Angular Version 6 release |
Angularjs Tutorial for Beginners
Angular JS is a client side JavaScript framework created by Google to add interactivity in HTML pages. It supports MVC (Model View Controller) style of application design.
Model – contains the data that represents the current state of the application.
Views – it displays the data
Controller – it manages the relationship between the model and the view.
Views – it displays the data
Controller – it manages the relationship between the model and the view.
Visit the official website of AngularJS is https://angularjs.org/ to download latest version of AngularJS file.
Total list of posts under AngularJS
- What is AngularJS
- Why AngularJS?
- How to setup AngularJS?
- CDN
- Components of AngularJS
- Directives
- Modules
- Expressions
- Controllers
- Filters
- Data Binding
- Services
- Templates
- Dependency Injection
- One way data binding
- Two way data binding
- Attaching methods
- Passing arguments to controller methods
- Controller scope Inheritence
- Isolating custom directive scope
- ng-repeat
- Listing from array
- List from JSON collection
- Add item to collection
- Remove item from collection
- lowercase and UPPERCASE
- Number and currency
- Limit characters
- Date formatting
- Simple data filter
- Object property filter
- Exact or contains filter
- Custom filter function
- Custom directive
- Custom directive with templateUrl
- Function with templateUrl
- Restricting custom directive
- ng-click events
- ng-mouse events
- ng-key events
- ng-change events
- ng-submit events
- Show/Hide
- Switch
- If
- Include
- Input Validation basic
- Input validation advance
- Check box
- Radio buttons
- Select - Drop downs
- Form methods and properties
- Form binding & control state
- Triggering model update
- Delaying model update
- Custom validation directive
- ng-style
- Dynamically set CSS class
- $http.get server request
- $http.post server request
- $http.put server request
- $http.delete server request
- Add into cache
- Read / Update cache
- Remove from cache
- jQuery in AngularJS
- Creating Single Page Application Project
- Single Page Application Architecture
- Setting up Single Page Application Project
- Single Page Application template
- Single Page Application Web API creation
- Single Page Application Route Navigation
- Single Page Application CRUD $http service
- Single Page Application view pages
- Single Page Application list view page
- Single Page Application create view
- Single Page Application details view
- Single Page Application edit view
0 comments:
Post a Comment