How to Use Attribute Directives to Avoid Repetition in Angular Templates

In this post, I will show you how attribute directives in Angular provide a way to adapt UI elements to your components and services and setting default values to them. Read more

Similar

Angular Configuration on Netlify

Almost every Angular application needs some configuration to run. It may be as simple as the API URL, or information needed for authentication. And many times these values change from environment to environment. So what are the options for providing this ... (more…)

Read more »