Complete the challenge of implementing a header using an Angular directive.
Problem statement
You are provided with an initial code setup below. The setup contains an Angular application with a directive header.directive.ts
file inside the src/app
...