src/app/factories/sorter/sorter.service.factory.ts
Sorter service factory
Methods |
|
Accessors |
constructor()
|
Constructs the sorter service factory. ~constructor |
Static InjectionToken | ||||||||||||
InjectionToken(sorterKind: SorterKind, deps: (PersistenceService | UiService | (PersistenceService | UiService)[])[])
|
||||||||||||
Injection token providers.
Parameters :
Returns :
any
|
Static tokenDescription | ||||||||
tokenDescription(sorterKind: SorterKind)
|
||||||||
Token description.
Parameters :
Returns :
string
|
Static useFactory | ||||||||||||
useFactory(sorterKind: SorterKind, deps: (PersistenceService | UiService | (PersistenceService | UiService)[])[])
|
||||||||||||
Constructs the sorter component. Static construction factory. ~static constructor
Parameters :
Returns :
any
|
SorterKindValues |
getSorterKindValues()
|
SorterKind values. |
providers |
getproviders()
|
Module specific providers. |