Teaching Kids to Code
When my oldest son was 11 years old, I hired him to work on an ASP.NET project with me. Today he is a professional software developer. Continue reading on ngconf »
When my oldest son was 11 years old, I hired him to work on an ASP.NET project with me. Today he is a professional software developer. Continue reading on ngconf »
We needed to project HTML content loaded from the database into a component. Each time the content changes we need to add some behavior to that external content, i.e. add a class to every anchor tag. We want this behavior to be added by an Angular Directive. But a Directive will not be re-executed unless …