refactor(Compiler): inline styles before compiling the template

This commit is contained in:
Victor Berchet
2015-06-15 15:57:42 +02:00
parent 3875f02a52
commit 3ea655918e
30 changed files with 288 additions and 468 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ export class RenderCompiler {
* we don't need to serialize all possible components over the wire,
* but only the needed ones based on previous calls.
*/
compile(template: ViewDefinition): Promise<ProtoViewDto> { return null; }
compile(view: ViewDefinition): Promise<ProtoViewDto> { return null; }
}
export interface RenderElementRef {