Added styles to Expediente Module

This commit is contained in:
Tiago Kayaya
2020-08-27 15:55:10 +01:00
parent e0536a2307
commit b0ab360542
10 changed files with 129 additions and 45 deletions
+16
View File
@@ -0,0 +1,16 @@
import { TestBed } from '@angular/core/testing';
import { LoadingService } from './loading.service';
describe('LoadingService', () => {
let service: LoadingService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(LoadingService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});