Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.2K+ articles
AngularJS
1.9K+ articles
AngularJS-Basics
106+ articles
Angular10
73+ articles
AngularJS-API
9+ articles
AngularJS-Function
21 posts
Recent Articles
Popular Articles
AngularJS angular.isArray() Function
Last Updated: 06 September 2022
The angular.isArray() Function in AngularJS is used to return TRUE if the reference is an array and FALSE if it is not an array.Syntax:angular.isArray(value);Parameter:val...
read more
Web Technologies
AngularJS
AngularJS-Function
AngularJS angular.bootstrap() Function
Last Updated: 06 September 2022
The angular.bootstrap() Function in AngularJS is a functional component in the Core ng module which is used to start up an Angular application manually, it provides more c...
read more
Web Technologies
AngularJS
AngularJS-Function
AngularJS angular.forEach() Function
Last Updated: 14 February 2023
The angular.forEach() Function in AngularJS is used to iterate through each item in an array or object. It works similar to the for loop and this loop contains all propert...
read more
Web Technologies
AngularJS
AngularJS-Function
How to delete an item or object from the array using ng-click ?
Last Updated: 10 June 2020
The task is to delete the item from the list when the button is clicked. This all should be done by using ng-click. This is done by using the splice() method. The syntax f...
read more
Web Technologies
Picked
AngularJS
Write From Home
AngularJS-Directives
AngularJS-Function
AngularJS Function Complete Reference
Last Updated: 01 November 2023
Functions in AngularJS are used to perform some frequent tasks or clarify something. For example AngularJS angular.isArray() function is used to verify that the assigned o...
read more
Web Technologies
AngularJS
AngularJS-Function
Angular10 isPlatformBrowser() Function
Last Updated: 06 January 2023
In this article, we are going to see what is isPlatformBrowser in Angular 10 and how to use it.The isPlatformBrowser is used to get a platform id that represents a browser...
read more
Web Technologies
AngularJS
AngularJS-Function
Angular10
Angular10 isPlatformServer() Function
Last Updated: 06 January 2023
In this article, we are going to see what is isPlatformServer in Angular 10 and how to use it.The isPlatformServer is used to get a platform id that represents a server pl...
read more
Web Technologies
AngularJS
AngularJS-Function
Angular10
AngularJS Forms ngSubmit() Method
Last Updated: 14 June 2021
In this article, we are going to see what is ngSubmit method in Angular 10 and how to use it.The ngSubmit() method is called when the 'submit' event is triggered on the ng...
read more
Web Technologies
AngularJS
AngularJS-Function
Angular10
AngularJS-API
Angular 10 formatPercent() Method
Last Updated: 09 November 2022
In this article, we are going to see what is formatPercent in Angular 10 and how to use it. formatPercent is used to format a number as a percentage according to locale ru...
read more
Web Technologies
AngularJS
AngularJS-Basics
AngularJS-Function
Angular10
Angular 10 formatDate() Method
Last Updated: 28 November 2022
In this article, we are going to see what is formatDate in Angular 10 and how to use it. formatDate is used to format a date according to locale rules.Syntax:formatDate(va...
read more
Web Technologies
AngularJS
AngularJS-Function
Angular10
Angular 10 getCurrencySymbol() Method
Last Updated: 24 May 2021
In this article, we are going to see what is getCurrencySymbol in Angular 10 and how to use it. getCurrencySymbol is used to retrieve the currency symbol for a given curre...
read more
Web Technologies
AngularJS
AngularJS-Function
Angular10
How to pass express errors message to Angular view ?
Last Updated: 19 July 2021
There are mainly two parts of a web application, one is front-end and another is the backend. We will start with the backend first. The express catches all errors that occ...
read more
Web Technologies
Picked
Node.js
AngularJS
AngularJS-Function
Express.js
AngularJS-Questions
How to use javascript function in string interpolation in AngularJS ?
Last Updated: 03 June 2021
String interpolation is basically used to display the dynamic data on an HTML template. It facilitates you to make changes on component.ts file and automatically fetch dat...
read more
Web Technologies
Picked
AngularJS
AngularJS-Function
AngularJS-Questions
How to setup 404 page in angular routing ?
Last Updated: 26 May 2021
To set up a 404 page in the angular routing, we have to first create a component to display whenever a 404 error occurred. In the following approach, we will create a simp...
read more
Web Technologies
Picked
AngularJS
AngularJS-Function
AngularJS-Questions
How to use $scope.$apply() in AngularJS ?
Last Updated: 25 July 2021
In this article, we will be discussing the $apply() function how to use it in angularjs. In AngularJS, $apply() function is used to evaluate expressions outside of the An...
read more
Web Technologies
Picked
AngularJS
AngularJS-Function
AngularJS-Questions
1
2
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !