Tag: #appComponent #angularjs #angular #angular6
Understanding the AppComponent
Go ahead and open the src/app/app.component.ts file and let's understand the code behind the main/root component of the application.
First, this is the code:
import { Component }...