What are compile & link options in Custom directives?

Tuesday, 19 September 2017
What are compile & link options in Custom directives? Understanding the compile vs. link option is one of the more advanced topics across Angular, and it gives us a feel how actually Angular works. Out of both the functions, link function is used very often. Basically, both are mutually exclusive, i.e., if both the options are set,...
Read more ...

Difference between Encapsulation and Abstraction

Sunday, 10 September 2017
Abstraction Abstraction is a process to abstract or hide the functionality and provide users or other programmers to use it only. Like for the method Console.WriteLine(), no one knows what actually is happening behind the function calling. We are just using it by calling and passing the arguments. This is the thing called Abstraction. Encapsulation Encapsulation means to encapsulate or put everything...
Read more ...

SOLID Principle with Example

Sunday, 9 July 2017
Introduction If you are going to search in Google with this word ‘SOLID’, you will get tons of articles, videos, tutorials on this topic. My aim is to make this article as simple as possible and provide small but good examples. And I can provide all those examples in C#. But don’t worry, get the concept and keep practicing with the...
Read more ...

Angular JS Interview Question

Saturday, 8 July 2017
What is AngularJS ? “AngularJS is a JavaScript framework which simplifies binding JavaScript objects with HTML UI elements.” Let us try to understand the above definition with simple sample code. Below is a simple “Customer” function with “CustomerName” property. We have also created an object called as “Cust” which is of “Customer”...
Read more ...

Sharing

Get widget