1 2 3 4
import { Injectable } from '@angular/core'; @Injectable({ providedIn: 'root' }) export class {{name}}Service {}