We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308438f commit 7372ae8Copy full SHA for 7372ae8
apps/transloco-playground/src/app/lazy/lazy.component.spec.ts
@@ -5,14 +5,13 @@ import { TRANSLOCO_SCOPE } from '@ngneat/transloco';
5
6
import { getTranslocoModule } from '../transloco-testing.module';
7
8
-import { LazyComponent } from './lazy.component';
+import LazyComponent from './lazy.component';
9
10
describe('LazyComponent', () => {
11
beforeEach(waitForAsync(() => {
12
TestBed.configureTestingModule({
13
providers: [{ provide: TRANSLOCO_SCOPE, useValue: 'admin-page' }],
14
imports: [getTranslocoModule()],
15
- declarations: [LazyComponent],
16
}).compileComponents();
17
}));
18
0 commit comments