Index

projects/aoc-client/core/decorators/aoc-autounsubscribe.ts

addDescriptor
addDescriptor(targetClass: any, propertyName: string)

Will add a descriptor per attribute

Parameters :
Name Type Optional
targetClass any No
propertyName string No
AocUnsubscribe
AocUnsubscribe(targetClass: any, propertyName: string)
Parameters :
Name Type Optional
targetClass any No
propertyName string No
registerTargetClass
registerTargetClass(targetClass)

Must register once a target class that will be using one or more automatic unsubscriptions.

Parameters :
Name Optional
targetClass No
tryToUnsubscribe
tryToUnsubscribe(unsubscriptor)

Try to unsubscribe an object that can be a Subscription or a Subject

Parameters :
Name Optional
unsubscriptor No

projects/aoc-client/components/aoc-app/aoc-app.module.ts

AocAppInitializerFactory
AocAppInitializerFactory(aocConfig: AocAppConfig)
Parameters :
Name Type Optional
aocConfig AocAppConfig No

projects/aoc-client/core/utils/aoc-model-listener.ts

aocSetId
aocSetId(field, nullEmitterModelStrategy: NullEmitterModelStrategy)

Helper function to set the ID of the emitter model to the indicated listener query field

Parameters :
Name Type Optional Default value Description
field No
nullEmitterModelStrategy NullEmitterModelStrategy No 'SET -1'

what to do if emitted model is null, defaults to SET -1

aocSetModel
aocSetModel(field, nullEmitterModelStrategy: NullEmitterModelStrategy)

Helper function to set the emitter model to the indicated listener query field

Parameters :
Name Type Optional Default value Description
field No

where to set the emitter model

nullEmitterModelStrategy NullEmitterModelStrategy No 'SET NULL'

what to do if emitted model is null, defaults to SET NULL

results matching ""

    No results matching ""