After a recent domain change at my workplace one of the API endpoints became inaccessible due to some configuration problems resulting in incorrect behavior in…
View More CORS AnywhereTag: AngularJS
Bootstrapping multiple modules in AngularJS
In this article we will be Understanding AngularJS Bootstrap Process talking about automatic Bootstrapping and manual Bootstrapping multiple modules in AngularJS. Angular initiates automatically upon event or…
View More Bootstrapping multiple modules in AngularJSHow to optimize the performance of ng-repeat in AngularJS?
Today we would focus on improving the performance of Angular JS code by learning the basics of ng-repeat and then how to enhance its capabilities.…
View More How to optimize the performance of ng-repeat in AngularJS?Redux
Okay. So redux is a very simple solution to manage state. It has a few different parts, but none of them are difficult to understand,…
View More ReduxAngularJS – 10 Best Practices to Create Custom Directives
This article represents top 10 best practices that one may want to apply while creating custom directives. Please feel free to comment/suggest if I missed…
View More AngularJS – 10 Best Practices to Create Custom DirectivesApply mCustomScrollbar using Angular Directive
ngCustomScrollbar Directives are very well-known in the world of angular developers. Every developer knows the power of a Directive. AngularJS has already provided many inbuilt directives…
View More Apply mCustomScrollbar using Angular DirectiveUI-Routing – Basics
Introduction In the present scenario, AngularJS is the most trusted framework for the creation of Single Page Applications (SPA), and UI-Routing is one of the…
View More UI-Routing – BasicsHow To Remove Hash From Application URL In AngularJS
Introduction Angular is a framework, which is developed and maintained by Google. It has features such as Two-Way binding, Dependency Injection, Testing and Directives. It…
View More How To Remove Hash From Application URL In AngularJSAngularJS Application End to End Testing with Protractor Tool : Part 1
What is End to End Testing? End to End Testing is used to determine the performance of application as per requirement. For large and complex…
View More AngularJS Application End to End Testing with Protractor Tool : Part 1