123456789101112131415161718 |
- import { HttpClient } from '@angular/common/http';
- import { Injectable } from '@angular/core';
- /*
- Generated class for the $CLASSNAME provider.
- See https://angular.io/guide/dependency-injection for more info on providers
- and Angular DI.
- */
- @Injectable()
- export class $CLASSNAME {
- constructor(public http: HttpClient) {
- console.log('Hello $CLASSNAME Provider');
- }
- }
|