Skip to main content
Module

x/mandarinets/main-core/components/component-component/componentComponent.ts>ComponentComponent

Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.
Latest
class ComponentComponent
implements [[Mandarine.MandarineCore].ComponentCommonInterface]
import { ComponentComponent } from "https://deno.land/x/mandarinets@v2.3.2/main-core/components/component-component/componentComponent.ts";

This class is used in the DI Container for Mandarine to store components annotated as @Component

Constructors

new
ComponentComponent(
name?: string,
classHandler?: any,
type?: Mandarine.MandarineCore.ComponentTypes,
configuration?: any,
)

Properties

classHandler: any
optional
configuration: any
optional
name: string
optional
type: Mandarine.MandarineCore.ComponentTypes