style(templates): fix style variations in tooling templates

This commit is contained in:
Arvind Chembarpu
2016-07-05 08:01:14 +05:30
committed by Adam Bradley
parent 816a6486b0
commit 153aaaaa01

View File

@ -10,9 +10,9 @@ import 'rxjs/add/operator/map';
*/ */
@Injectable() @Injectable()
export class <%= jsClassName %> { export class <%= jsClassName %> {
static get parameters(){ static get parameters() {
return [[Http]] return [[Http]]
} }
constructor(http) { constructor(http) {
this.http = http; this.http = http;