Angular - Components
Why does this Angular component fail to render the template?
Assuming the file exists in the same folder.
@Component({ templateUrl: 'app.component.html' }) export class AppComponent { }Assuming the file exists in the same folder.
