import {Component, Input, TemplateRef} from "@angular/core"; import {WpTab} from "./WpTab"; import {animate, keyframes, style, transition, trigger} from "@angular/animations"; @Component({ selector:'wp-tab-body', template:`
` }) export class WpTabBody{ @Input() Tab:WpTab; }