metadata service

This commit is contained in:
William Welling
2017-10-12 19:08:03 -05:00
parent c9338e2626
commit f4c0df176e
25 changed files with 1018 additions and 170 deletions

View File

@@ -4,7 +4,7 @@ import { DebugElement } from '@angular/core';
import { TranslateModule, TranslateLoader, TranslateService } from '@ngx-translate/core';
import { MockTranslateLoader } from '../testing/mock-translate-loader';
import { MockTranslateLoader } from '../mocks/mock-translate-loader';
import { LoadingComponent } from './loading.component';
@@ -25,8 +25,8 @@ describe('LoadingComponent (inline template)', () => {
}
}),
],
declarations: [ LoadingComponent ], // declare the test component
providers: [ TranslateService ]
declarations: [LoadingComponent], // declare the test component
providers: [TranslateService]
}).compileComponents(); // compile template and css
}));