import { Component, OnInit, OnDestroy ,Input} from '@angular/core'; @Component({ selector: 'cm-help-doc-1', templateUrl: './cm-help-doc-1.component.html', styleUrls: ['./cm-help-doc-1.component.css'] }) export class CosmosHelpDoc1Component implements OnInit, OnDestroy { _cmMessage:string="这是帮助提示这是帮助提示这是帮助提示这是帮助提示这是帮助提示这是帮助提示这是帮助提示这是帮助提示" _cmPlace:string='bottom' _cmOverlayStyle:object={'font-size':'14px','max-width':'200px'} _cmTrigger:string='hover' ngOnInit() { } constructor() { } ngOnDestroy() { } }