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 ...

Sharing

Get widget