Click here to Skip to main content
15,892,517 members
Everything / AngularJs

AngularJs

AngularJs

Great Reads

by Shenwei Liu
A complete sample application using AngularJS, trNgGrid, ngTable, and ASP.NET Web API to access and display data with server-side data filtering, sorting, and paging.
by Sacha Barber
Angular.Js / Azure / ASP MVC / SignalR / Bootstrap demo app
by Sacha Barber
Angular.Js / Azure / ASP MVC / SignalR / Bootstrap demo app
by Bert O Neill
Query Hadoop using Microsoft oriented technologies (C#, SSIS, SQL Server, Excel etc.)

Latest Articles

by Pawan Kumar from CodewithPawan.com
Explore the seamless integration of @ngrx/translate with an Angular standalone API in this comprehensive guide, ensuring a smooth translation workflow for your applications.
by Shivprasad koirala
This article discusses the top 50 AngularJS interview question with answers.
by Zijian
How to generate strongly typed client API in TypeScript for ASP.NET Core
by Han Bo Sun
In this tutorial, I will discuss how to add file upload functionality to an Angular web application.

All Articles

Sort by Title

AngularJs 

26 Apr 2016 by dkgawriya21
bash: export: `Files/Skype/Phone:/c/Program': not a valid identifierbash: export: `Files/Microsoft': not a valid identifierbash: export: `Server/100/Tools/Binn:/c/Program': not a valid identifierbash: export: `Files/Microsoft': not a valid identifierbash: export:...
17 Mar 2014 by aetheon
#javascript Require.js vs CommonJS / AMD modules and #angularjs
6 Oct 2015 by Member 12038748
HI, I am using $dialogs.notify('success','some messages') in an angular js file,it is printing only success.
18 Dec 2016 by Ningomba
$http in Angular simply explained
14 Sep 2016 by VarunSharma43
I am having issues with http post and getting 415 error all times. I attached the code which has all that i triedWhat I have tried:all i tried from various site to just do a post to a test method but all failed with same error 415. Please see attached code. It has all that i tried with...
14 Sep 2016 by Patrice T
Quote:I am having issues with http post and getting 415 error all times. I attached the code which has all that i triedAll what can be deduced is that you have a bug.But what bug and where is a mystery, just like your code.Asking questions is a skill[^]
8 Aug 2015 by baotdinh
Hi all,i am learning Angularjs . i have a code:controller.js $scope.save = function (position) { $http.post(serviceBase + 'Positions', { model: $scope.position }) .success(function (data) { });$scope.position already returns an...
31 Mar 2014 by zeeShan anSari
Hi all,Client Side: ------------API.getDetails = function (id) { return $http.post("webservices/WebService1.asmx/getDetails" ,JSON.stringify({ 'm': { id: "123"} }) ) }--------- APIservice.getDetails($scope.id).then(function (data,...
31 Mar 2014 by Chamadness
why don't you try:$http.post("webservices/WebService1.asmx/getDetails?id=123")
23 Jul 2015 by Satheesh Santhosh
Here my sample angular app, i'm trying to remove the # from the address by using $locationprovider. But it's not working for me in all my angular app. so can anyone download my sample project and using the $locationprovider to remove the # and upload me again.Even XMLHttpRequest are also not...
30 Jul 2015 by Fernando Cortes Flores
IF you want to delete the '#' tag from the address you must use $locationProvider on your module config.$locationProvider.html5Mode({enabled: true, requireBase: false});You must change your links. For example: href="/testtwo"On the other hand the XMLHttpRequest. You are trying to...
19 Oct 2015 by viprat
Hello,I am new in MVC Angular JS.I have create one application and defined $locationProvider.html5Mode(false) in Rounteconfig.js file.If i change it to true, then page in going in infinite loop and after some time its crashed.Any one help me why its going in infinite when i set to true.
28 Feb 2017 by Member 10509789
I create TemplateService as factory in I call GetBracket it will call GetBracket From controller. But in GetBracket Function will required $resouce & $http service is undefined in factory. I add ngResource dependancy in my app. And Refrence of angular.js,angular-resource.js in the html page &...
2 Apr 2020 by Richard Deeming
The "A" in "AJAX" stands for "asyncronous". That means the code doesn't wait for the $.ajax call to complete before it continues. Your success callback will be called once the request has completed, but that will be after the modal is shown. ...
2 Apr 2020 by TCS54321
i am new in AngularJS. i need to show some details in modalpopup by click on button in table row. My table code is :- {{data.OrderNo}} ...
28 Jul 2015 by Member 11854679
if ($.cookie("style") != null) { var savedStyle = $.cookie("style"); $('#theme-style').attr("href", "assets/css/theme/" + savedStyle + ".css");};jQuery(document).ready(function() { if ($.cookie("style") != null) { $("#theme a").attr("class", ""); var currentStyle...
28 Jul 2015 by Suvendu Shekhar Giri
Make sure that you have added jQuery.Cookie to the script bundle. "~/Scripts/jquery.cookie.*"If not get it from hereNuGet | jQuery Cookie 1.4.0 [^]Hope, it helps :)
22 Jul 2015 by Shmuel Zang
It's seems like there is no definition for the imagepreview function in your JavaScript's code.
25 Apr 2018 by Jeremy Likness
Learn why Angular, a JavaScript toolset, is gaining popularity so quickly.
17 Nov 2016 by Rajivlcr
I'm working on a tracker application with front end Angular JS and using ASP.net Web api for Get/POST requests handling. Getting 404 page not found error while handling requestsWhat I have tried:Faced lot of issues related to CORS and after lot of googling... solved that issue and my app...
17 Nov 2016 by swapnil patil
I think this is server side issue if you are using .net as a back end then you need to add the cors library for that or you can install it using console window of visual studio.
18 Jan 2015 by Ronnie Mukherjee
5 tips for getting started with Angular
9 Aug 2017 by Karthik Chintala
@Input and @Output in Angular
17 Nov 2016 by Member 11183217
HTML:@* CSS *@
17 Nov 2016 by swapnil patil
You can you the existing $http service for the ajax call you have made in above code and made the change accordingly.
12 Dec 2016 by _Asif_
I have been trying to figure out why NavBar drop-down getting overlapped inside ui-layout. This seems very basic and am definitely missing some very basic steps. (By the way I am new to Angular)Check the plunker for issue detailsPlunker[^]What I have tried:I have looked all over...
12 Dec 2016 by _Asif_
This will get fixed by adding style="overflow:visible"Change thisTo
22 Sep 2013 by Nitij
How to build a book store application using AngularJS and ASP.NET Web API
18 Feb 2018 by Halil ibrahim Kalkan
Creating a multi-tenant (SaaS) web application based on ASP.NET Boilerplate and using ASP.NET MVC, Angularjs and EntityFramework
2 Feb 2020 by Arthur V. Ratz
A Simple Web Application User Authentication Project using Passport.js And JSON Web Tokens (JWT) explained
6 Aug 2013 by Bernardo Castilho
Create a shopping cart class and use it in your MVVM HTML5 applications
23 Dec 2015 by Abhishek_Narain
In B2C scenarios, focus changes a bit. End users expect the simplest and the best of experiences from your application. Hence you would start focusing on UX, Performance, Simplicity, Stickiness, etc.
24 Aug 2013 by Nitij
This article provides information to create a simple chat website.
25 Apr 2016 by Igor Ladnik
ASP.NET Web API, SignalR and AngularJS / Angular 2 work together
10 Oct 2016 by Vartika Dubey
Reusability using JavaScript closure, apply function and Angular’s Service
14 Jul 2015 by Atul Khindria
How to add and delete with AngularJS
1 Mar 2017 by Paul D. Sheriff
In this blog post, you will learn how to add Angular to your MVC applications
1 Mar 2017 by Paul D. Sheriff
In this blog post, you will learn how to add a Web API that can be called from an Angular service.
22 Nov 2015 by Gjermund Bjaanes
Add coverage to your Angular project (to show on your GitHub page)
23 Jul 2015 by Member 11858501
I'm using AngularJS and the gmap module to add markers using a REST API, struggling with the marker icons. i have a JSON data structure that contains the icon as base64{ "info": { "off_icon_type": null, "idle_icon": null, "description": null, ...
29 Jul 2014 by 1Future
Hi All ,I want to save data from a users input into a table using angular, lets say I have got a table in named Persons; how would I write a function that would save the data onto a database.So i have got this:Angular JS File code:app.controller("MainController", function($scope)...
24 Feb 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will see how to add two numbers from TextBox and show the result in AngularJS.
19 Dec 2013 by Sanjay Salunkhe
I have made an angular app with rails as a backend.I have read lots of blog and articles about how to make an angulajs app crawlable.for example - : "http://www.example.com/#!/home" Google bots will convert this url into "http://www.example.com/?_escape_fragment_=/home".I have written...
13 Feb 2016 by Bloodholder Ansih
{{ lop.idate }} {{ lop.patient }} {{ lop.type }} {{ lop.ssn }} {{lop.carrier}}
17 May 2014 by Member 10047823
Hi,I am using AngularJS and Bootstrap in my application and making an AJAX call(get and post methods) to service for data using Factory(AngularJS).I am having a weird problem with Safari Browser. It is throwing AJAX failed error sometimes and working normally sometimes. But I have no...
18 May 2014 by Member 10047823
var promise = $http({ method: 'POST', url: getModifiedURL(userInfo.URL + '/FilterDataService.svc/SubmitRequest'), data: { inputFilters: JSON.stringify(param) }, headers: { 'Content-Type': 'application/json; charset=UTF-8' } ...
14 Nov 2015 by Jameel VM
Custom directive for implementing Ajax Loader using AngularJs and Typescript
15 Jul 2017 by Member 12885549
I made review page where user can submit reviews. Once he submits review it appears below. I want to make that when user posts review he can reply to it, but once he replies, he has to wait for admin to answer. It should look like: `Comment that user submited User reply Admin...
28 Jul 2015 by Member 11854679
LocalReport lr = new LocalReport(); string path = Path.Combine(Server.MapPath("~/Report"), "ReportCompanyBankAccount.rdlc");
28 Mar 2017 by Shenwei Liu
Update for the modal dialog which is compatible with Angular 1.5x and TypeScript
23 Mar 2016 by Prince Cheruvathur
This article provides simple steps for creating a template for ASP.Net application using AngularJS, RequireJS and Typescript using AMD module system.
4 Sep 2015 by Atul Khindria
An item with the same key has already been added
21 Oct 2021 by Pinky Pinky
I have been assigned a task where I have to run ng serve command in folder. I have installed node.js and checked it's version. Run this command npm install -g @angular/core @angular/cli I have following folder structure. ProjectFolder - >...
25 Apr 2016 by NavnathKale
Extending AngularJS with the help of TypeScript to make it even sweeter
2 Apr 2014 by Yoyosch
I am learning Angular. Please tell me why the $watch at the very bottom does not work:
3 Aug 2014 by Vindhyachal_Kumar
You can use this alternative code {{student.name}}
19 Jul 2016 by Pedro Luis Gil Mora
Since script can't be loaded inside templates, due to Angular's jQLite wasn't written to achieve it, I decided to add jQuery library before Angular since it checks for jQuery existence, and voila!, it works. But, the fact that I'm here asking a question, means that there's a 'but', so, the...
10 Jan 2015 by Pavel Durov
This tip will cover an uncommon issue in Angular – calling a directive method from a controller.
23 Jun 2017 by xTMx9
I'm still new to Angular and I am trying to get the sum of value of multiple items after ng-repeat. I want at the end of the page to display the total Sum of all items(Total of SumHS in the code below). How can I do that? What I have tried:
20 Jul 2018 by Member 13363727
I am trying call a get method with angular, using windows authentication, but i've had this error: IIS 7.5 Detailed Error - 401.2 - Unauthorized "status: 401, ok: false, statusText: 'Unauthorized', headers: Headers { _headers: Map { ...
20 Jul 2018 by RmcbainTheThird
Have you tried posting this in an Angular forum?
17 Nov 2017 by Leonardo Hernández
In this code for each of the inframe's that are placed in the HTML, another html containing the ckeditor is called.
16 Nov 2017 by Laxmidhar tatwa technologies
I solved your demo page contain page like the demo page var myApp =...
17 Nov 2017 by Laxmidhar tatwa technologies
//I send the two pages that works well //Demo var myApp = angular.module('myApp', ['ngCookies']); myApp.controller('TinyMceController', ['$scope', '$http', '$cookies', '$cookieStore', function ($scope, $http, $cookies, $cookieStore) ...
2 Jan 2017 by Manfredzik
This article shows how to write strongly typed client-side scripts in AngularJs framework with TypeScript.
28 Jul 2020 by Ahmed Bouchefra
In this post, we’ll see by examples how to use the ngFor directive to iterate over arrays of data and even objects in Angular 10 templates.
28 Apr 2020 by Ahmed Bouchefra
How to upgrade project and dependencies to latest Angular 10 version
23 Sep 2016 by bob.bumsuk.lee
Building Angular 2 attribute directive and two components in model-driven and template-driven way to capture and validate bank account number across multiple input fields
25 Jan 2017 by Nesreen Maged
Angular 2 Type Script Custom Controls Integrated with ASP.NET Core web API
9 Nov 2017 by varun sharma
I have a component which is properly being called from the .ts file but it's still not returning the data. And have a service import {Component} from 'angular2/core' import {AuthorServices} from './author.service' @Component ({ selector: 'author', ...
9 Nov 2017 by Suvendu Shekhar Giri
Please try following and let me know if that doesn't work for you- {{auth}} Why? Because your array name is authors and not author. Hope, it helps :)
4 Mar 2017 by Anurag Gandhi, Aniket Agrawal
A set of selected questions and answers of Angular 2 that helps you to clarify the concepts of Angular 2
17 Jun 2017 by Yaseer Mumtaz
In this article, we will convert our Angular 2 application to Angular 4 and replace the traditional HTML & third-party components with Angular Material components.
8 Mar 2016 by Konstantin A. Magg
This post presents a JavaScript (ECMAScript 5) version of the Angular 2 tutorial "Tour of Heroes". Learn how to implement the TypeScript examples in JavaScript/ES5. This article covers part 1, 2 and 3 of the original tutorial.
7 Apr 2016 by Sami Pylkkänen
Article shows how to setup ASP.NET 4.5.2 and ASP.NET 5 projects for Angular 2 application and how to enable Angular 2 typescript debugging in Visual Studio.
24 Nov 2016 by Petru Faurescu
Build step by step an Angular 2 application running on IIS and ASP.NET Core. The project also has live samples. This is the first part of building an Angular 2 Notebook WebApp.
10 Jul 2017 by Yaseer Mumtaz
This article helps to understand the architecture and use of simple data grid developed in Angular 4.
15 Nov 2017 by Sibeesh Passion
Angular 5 basic demo project overview
3 Oct 2015 by tuan21
I found some weird things in below code: the mytest function is called 3 times!!! WHY ? Test : {{mytest()}} var app =...