Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Server

Hierarchy

  • Platform
    • Server

Index

Properties

Static bootstrap$

bootstrap$: bootstrap$ = bootstrap$

Static Protected document

document: Document | RxDocument

Static render$

render$: render$ = render$

Static template$

template$: template$ = template$

Methods

Static bootstrap

  • bootstrap(moduleFactory?: typeof Module, request?: ServerRequest): Module
  • description

    This method returns a Server compiled module

    Parameters

    • Optional moduleFactory: typeof Module
    • Optional request: ServerRequest

    Returns Module

Static Protected getExpressions

  • getExpressions(selector: string): MatchFunction[]
  • Parameters

    • selector: string

    Returns MatchFunction[]

Static Protected querySelector

  • querySelector(selector: string): IElement | null
  • Parameters

    • selector: string

    Returns IElement | null

Static Protected resolveFactories

  • resolveFactories(meta: IModuleParsedImportedMeta, exported?: undefined | false | true): FactoryList
  • Parameters

    • meta: IModuleParsedImportedMeta
    • Optional exported: undefined | false | true

    Returns FactoryList

Static Protected resolveGlobals

Static Protected resolveImportedMeta

  • resolveImportedMeta(moduleFactory: typeof Module): IModuleParsedImportedMeta
  • Parameters

    • moduleFactory: typeof Module

    Returns IModuleParsedImportedMeta

Static Protected resolveMeta

  • resolveMeta(moduleFactory: typeof Module): IModuleParsedMeta
  • Parameters

    • moduleFactory: typeof Module

    Returns IModuleParsedMeta

Static Protected resolvePipes

  • resolvePipes(meta: IModuleParsedImportedMeta, exported?: undefined | false | true): PipeMap
  • Parameters

    • meta: IModuleParsedImportedMeta
    • Optional exported: undefined | false | true

    Returns PipeMap

Static serialize

  • serialize(): string

Static Protected sortFactories

  • sortFactories(factories: FactoryList): void
  • Parameters

    • factories: FactoryList

    Returns void

Static Protected unwrapSelectors

  • unwrapSelectors(factories: FactoryList): SelectorFunction[]
  • Parameters

    • factories: FactoryList

    Returns SelectorFunction[]