Conversation
There was a problem hiding this comment.
Comment: For non components there is nothing to be normalized
|
Reviewed in person with @IgorMinar |
153b943 to
71b465a
Compare
There was a problem hiding this comment.
@tbosch, this was supposed to be named getStylesFromData, right ?
There was a problem hiding this comment.
Yes, thanks for catching.
On Sat, Sep 26, 2015 at 10:00 AM Georgios Kalpakas notifications@github.com
wrote:
In modules/angular2/src/core/compiler/template_commands.ts
#4367 (comment):@@ -15,6 +15,10 @@ import {
*/
@const()
export class CompiledTemplate {
- static getChangeDetectorFromData(data: any[]): Function { return data[0]; }
- static getCommandsFromData(data: any[]): TemplateCmd[] { return data[1]; }
- static getSylesFromData(data: any[]): string[] { return data[2]; }
@tbosch https://github.com/tbosch, this was suposed to be named
getStylesFromData, right ?—
Reply to this email directly or view it on GitHub
https://github.com/angular/angular/pull/4367/files#r40495596.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.