ialexivy / vscode-angular2-files

vscode extension generating angular files with angular cli
MIT License
61 stars 36 forks source link

Generate service templite some are different, compared to the previous version of angular6 #27

Closed canaanjin closed 6 years ago

canaanjin commented 6 years ago

angular cli v6 generate template

import { Injectable } from '@angular/core';

@Injectable({
  providedIn: 'root'
})
export class AaaService {

  constructor() { }
}
ialexivy commented 6 years ago

@canaanjin thanks for reporting , now the new template format is supported !