Interpolation directive in Angular

When creating any new Angular project, you’ll see the default in the app.component.html file, thing, which in the tutorial about Angular’s Component I call it placeholder {{title}}, actually its name must be the Interpolation directive, which is used to display the data from the Component… Read More

Build Pipeline in Jenkins

I talked briefly about Jenkins Pipeline in the tutorial Install Pipeline plugin in Jenkins, in this tutorial, I will guide you through the basic steps to use Pipeline, to build any project in the Jenkins. For example, I will use the example project in the… Read More