Open In App

AngularJS Examples

Last Updated : 16 Jun, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

The following AngularJS section contains a wide collection of AngularJS examples. The AngularJS examples are categorized based on the topics including basics, directives, functions, and Miscellaneous. Each example section contains multiple approaches to solve the problems.

Prerequisites: AngularJS Tutorial

Basics

1How to check whether a form or a control is touched or not in Angular 10?
2How to check whether a form or a control is untouched or not in Angular 10?
3How to check whether a form or a control is invalid or not in Angular 10?
4How to check whether a form or a control is valid or not in Angular 10?
5How to disable a form control in Angular?
6How to set id attribute of an element dynamically using AngularJS?
7How to show a span element for each rows clicked in AngularJS?

Directives

1How to set focus on input field automatically on page load in AngularJS?
2How to delete an item or object from the array using ng-click?
3How to filter ng-repeat values according to ng-model using AngularJS?
4How to hide or show one record from an ng-repeat within a table based on ng-click?

Functions

1How to use javascript function in string interpolation in AngularJS?
2How to setup 404 page in angular routing?
3How to Restrict User to Enter Date Manually in Date Field using AngularJS?

Miscellaneous

1How to setup Tailwind CSS in AngularJS?
2How to Deploy Angular Application to Firebase using GitHub?
3How to inject service in angular 6 component?
4How to use Plunker in Angular?
5How to pass data from Parent to Child component in Angular?
6How to get the value of the form in Angular?
7How to get input value search box and enter it in AngularJS component using Enter key?
8How to display loading screen when navigating between routes using Angular?
9How to use ngfor to make a dropdown in Angular from an array?
10How to get the height of sibling div and send data to sibling component in Angular?

Similar Reads