import {Component} from '@angular/core'; @Component({ selector: 'app-home', template: `<h1>{{welcome}}</h1> <table class="table"> <tr> <th> ...
確定! 回上一頁