Index

projects/dvk/src/lib/dynamic-animations/animation-state-machine/animation-state-machine.token.ts

AnimationStateMachineConstructorToken
AnimationStateMachineConstructorToken:
Default value : new InjectionToken<AnimationStateMachineConstructor>('AnimationStateMachineConstructorToken')

Token for the class to be constructed to act as the animation state machine.

projects/dvk/src/lib/content-conductor/content-conductor-constructor/content-conductor-constructor.token.ts

ContentConductorConstructorToken
ContentConductorConstructorToken: miscellaneou
Type : miscellaneou
Default value : new InjectionToken<ContentConductorConstructor>('ContainersConductorConstructorToken')

An injection token representing an implementation of a constructor in the shape of ContentConductorConstructor.

projects/dvk/src/lib/dynamic-animations/leave-pseudo-animation/leave-pseudo-animation.ts

dvkLeave
dvkLeave:
Default value : trigger('dvkLeave', [ transition('enabled => void', animate('{{ leaveTiming }}', style({ /* empty */ }))) ])

projects/dvk/src/lib/dynamic-animations/leave/leave.directive.ts

dvkLeave
dvkLeave: []
Type : []
Default value : [ trigger("dvkLeave", [ transition(":leave", animate("{{ timing }}"), { params: { timing: "0ms" }}) ]) ]

Stub animation for the :leave transition

projects/dvk/src/lib/dynamic-animations/dynamic-animations-handler/dynamic-animations-handler.token.ts

DynamicAnimationsHandlerConstructorToken
DynamicAnimationsHandlerConstructorToken:
Default value : new InjectionToken<DynamicAnimationsHandlerConstructor>('DynamicAnimationsHandlerConstructorToken')

Token for injecting the constructor for an object that can act as the Animations Handler

projects/dvk/src/lib/dynamic-components/dynamic-component-serializer/dynamic-component-serializer.token.ts

DynamicComponentSerializerConstructorToken
DynamicComponentSerializerConstructorToken:
Default value : new InjectionToken<DynamicComponentSerializerConstructor>('DynamicComponentSerializerConstructorToken')

This token represents the specific instance used for the component serializer.

results matching ""

    No results matching ""