feat(animations): allow animation integration support into host params
Closes #9044 Closes #9933
This commit is contained in:
@ -111,7 +111,7 @@ export class Serializer {
|
||||
return new RenderComponentType(
|
||||
map['id'], map['templateUrl'], map['slotCount'],
|
||||
this.deserialize(map['encapsulation'], ViewEncapsulation),
|
||||
this.deserialize(map['styles'], PRIMITIVE));
|
||||
this.deserialize(map['styles'], PRIMITIVE), {});
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user