ContentConductorConstructorToken |
ContentConductorConstructorToken:
|
Type : miscellaneou
|
Default value : new InjectionToken<ContentConductorConstructor>('ContainersConductorConstructorToken')
|
An injection token representing an implementation of a constructor in the shape of ContentConductorConstructor. |
dvkLeave |
dvkLeave:
|
Default value : trigger('dvkLeave', [
transition('enabled => void',
animate('{{ leaveTiming }}',
style({ /* empty */ })))
])
|
dvkLeave |
dvkLeave:
|
Type : []
|
Default value : [
trigger("dvkLeave", [
transition(":leave",
animate("{{ timing }}"),
{ params: { timing: "0ms" }})
])
]
|
Stub animation for the :leave transition |