Interface TemplateProps

Hierarchy

  • TemplateProps

Properties

children: ComponentChildren
onInit?: (() => void | Promise<void>)

Type declaration

    • (): void | Promise<void>
    • Returns void | Promise<void>

onStart?: (() => void)

Type declaration

    • (): void
    • Returns void

onStop?: (() => void)

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc