mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 05:43:03 -05:00
fix(test): move all test apps
This commit is contained in:
8
apps/testing/nested/src/app/http.service.ts
Normal file
8
apps/testing/nested/src/app/http.service.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
@Injectable({ providedIn: 'root' })
|
||||
export class HttpService {
|
||||
sendTitle(title: string) {
|
||||
console.log(`${title} has been sent !!!`);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user