mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
style(templates): fix style variations in tooling templates
This commit is contained in:

committed by
Adam Bradley

parent
816a6486b0
commit
153aaaaa01
@ -10,9 +10,9 @@ import 'rxjs/add/operator/map';
|
||||
*/
|
||||
@Injectable()
|
||||
export class <%= jsClassName %> {
|
||||
static get parameters(){
|
||||
static get parameters() {
|
||||
return [[Http]]
|
||||
}
|
||||
}
|
||||
|
||||
constructor(http) {
|
||||
this.http = http;
|
||||
|
Reference in New Issue
Block a user