Options
All
  • Public
  • Public/Protected
  • All
Menu

Components are used to seperate application logic.

class

Component

Hierarchy

  • Component

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

app

components

components: Components

name

name: string

Accessors

config

Methods

Private _boot

  • _boot(): void

Private _booted

  • _booted(): void

Private _init

  • _init(): void

Private _make

  • _make(): void

Protected boot

  • boot(): void

Protected booted

  • booted(): void

Protected init

  • init(): void

Protected make

  • make(): void