Implements Lazy Loading

This commit is contained in:
2023-12-29 04:48:18 -03:00
parent da8d1467f8
commit c84557611c
23 changed files with 90 additions and 115 deletions

View File

@@ -1,16 +0,0 @@
import { TestBed } from '@angular/core/testing';
import { GithubServiceService } from './github.service';
describe('GithubServiceService', () => {
let service: GithubServiceService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(GithubServiceService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});