Angular
How to dynamically instantiate a directive with class name in angular?
Angular framework allows us to create component dynamically, But not directives, I posted an article earlier on how to add directives dynamically In this post, I am going to walk through an advanced use-case where we need to instantiate and attach directives dynamically. Let’s take a situation where we have Read more…