Home Page - Angular - 2

Angular js client side sorting

Angular js is providing a very easy way to do client side sorting. Here I am going to explain about a simple client side sorting...

Continue Reading

Angular js auto focus for input box

Create a directive for autofocus and use where ever you need on the module...

Continue Reading

Angular js client side show more pagination

Angular js providing a very easy way to do client side pagination. Here i am going to explain about simple client side show more pagination using angular js...

Continue Reading

Angular js add class to active element

Here I am going to explain how to add active class on dynamically added content or link while on clicking...

Continue Reading

Angular js delete rest service

There is a slight difference in the syntax of angular delete as compared to post and get method...

Continue Reading

Angular Loader using font awesome icons

Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS. You can improve the performance of your site by using font awesome images ...

Continue Reading

Angular js client side pagination like google.

Here we read about simple angular js client side pagination, now it’s time to do advanced client side pagination. Here i am going to explain about Pagination like google using angular js client side logic. First load all data to UI ...

Continue Reading

Angular js Cookies

Here I am going to explain about how to store login credentials into angular cookies...

Continue Reading

Set headers for all $http calls in angular js

Angular js providing an option to set a common headers for all $http calls (get, post etc).This is very important as part of security, we have to use a authentication token or id that is getting while logging into the application. It is not easy to set authentication id or token manually for all $http calls .So we can attach a common header for all $http calls so that service can read that while making all calls so that application will be more secure...

Continue Reading

Submit form on enter click – Angular js

It is very easy to achieve this in angular js .We can check with one example. Suppose you have one text box inside the form and want to submit on enter key here is the way...

Continue Reading

Auto complete in Angular js

There are lot of examples are available on google for doing autocomplete. But the default angular js auto complete ( typeahead ) has some disadvantages. So I am going to discuss here about how to customize angular typeahead directive...

Continue Reading

File upload and sending data to backend using angular js

Here we are going to discuss about uploading a file and sending to backend...

Continue Reading

Angular switch statement

Here we are going to discuss about angular switch statement...

Continue Reading

<< PREV