Function: Component()

function Component(config?: ComponentConfig): any;

Defined in: src/components/decorators/component.ts:43

Decorador

Parameters

Parameter Type
config ComponentConfig

Returns

any

Component

para registrar componentes web. Uso: @Component() o @Component({ styles: [MyStyles] })