refactor: change template for view where it makes sense

This commit is contained in:
Victor Berchet
2015-06-24 11:10:29 +02:00
parent b15474c6f2
commit a0e0f3123b
8 changed files with 52 additions and 58 deletions

View File

@ -10,9 +10,7 @@ export class MockViewResolver extends ViewResolver {
_viewCache: Map<Type, View> = new Map();
_directiveOverrides: Map<Type, Map<Type, Type>> = new Map();
constructor() {
super();
}
constructor() { super(); }
/**
* Overrides the {@link View} for a component.