export class AppComponent implements AfterViewInit { ngAfterViewInit() { $('h1').tooltip(); } } We didn't have to write a single line of code in our ...
確定! 回上一頁