feat(CssProcessor): add support for CssTransformers

Closes #860
This commit is contained in:
Victor Berchet
2015-03-03 11:32:19 +01:00
committed by Misko Hevery
parent 9982520a23
commit 03793d0714
15 changed files with 71 additions and 20 deletions

View File

@ -99,7 +99,7 @@ function _injectorBindings(appComponentType): List<Binding> {
UrlResolver,
StyleUrlResolver,
StyleInliner,
CssProcessor,
bind(CssProcessor).toFactory(() => new CssProcessor(null), []),
];
}