import { Component } from "@angular/core"; @Component({ templateUrl: "./test.template.html", }) export class TestComponent { public test: string = "Test Page"; }