mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +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()
|
@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;
|
||||||
|
Reference in New Issue
Block a user