123456789101112131415161718
  1. import { HttpClient } from '@angular/common/http';
  2. import { Injectable } from '@angular/core';
  3. /*
  4. Generated class for the $CLASSNAME provider.
  5. See https://angular.io/guide/dependency-injection for more info on providers
  6. and Angular DI.
  7. */
  8. @Injectable()
  9. export class $CLASSNAME {
  10. constructor(public http: HttpClient) {
  11. console.log('Hello $CLASSNAME Provider');
  12. }
  13. }