import {Component, OnInit} from '@angular/core'; @Component({ template: `DemoTabDetail2Component`, styleUrls: [] }) export class DemoTabDetail2Component implements OnInit { constructor() { } ngOnInit() { } initPage() { // init page } }