mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
style(templates): fix style variations in tooling templates
This commit is contained in:

committed by
Adam Bradley

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