feat(animations): provide support for offline compilation
This commit is contained in:
@ -181,6 +181,7 @@ const CORE = [
|
||||
'DebugElement.queryAll(predicate:Predicate<DebugElement>):DebugElement[]',
|
||||
'DebugElement.queryAllNodes(predicate:Predicate<DebugNode>):DebugNode[]',
|
||||
'DebugElement.removeChild(child:DebugNode):any',
|
||||
'DebugElement.styles:{[key:string]:string}',
|
||||
'DebugElement.triggerEventHandler(eventName:string, eventObj:any):any',
|
||||
'DebugNode',
|
||||
'DebugNode.componentInstance:any',
|
||||
@ -1651,6 +1652,7 @@ const PLATFORM_SERVER = [
|
||||
'Parse5DomAdapter',
|
||||
'Parse5DomAdapter.addClass(element:any, className:string):any',
|
||||
'Parse5DomAdapter.adoptNode(node:any):any',
|
||||
'Parse5DomAdapter.animate(element:any, keyframes:any[], options:any):any',
|
||||
'Parse5DomAdapter.appendChild(el:any, node:any):any',
|
||||
'Parse5DomAdapter.attrToPropMap:any',
|
||||
'Parse5DomAdapter.attributeMap(element:any):Map<string, string>',
|
||||
|
Reference in New Issue
Block a user