ngIf is an extremely powerful directive that is built into Angular.
It allows us to conditionally show and hide DOM elements in the view.
This video will explain how to use the ngIf directive in your own Angular applications by coding a basic example.