We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc362c commit 8ba6ed1Copy full SHA for 8ba6ed1
src/app/app.module.ts
@@ -29,8 +29,6 @@ import { CourseDialogComponent } from './course-dialog/course-dialog.component';
29
import {ReactiveFormsModule} from "@angular/forms";
30
import { HttpClientModule} from '@angular/common/http';
31
import {AboutComponent} from './about/about.component';
32
-import {AppShellRenderDirective} from "./directives/app-shell-render.directive";
33
-import {AppShellNoRenderDirective} from "./directives/app-shell-norender.directive";
34
35
36
@@ -44,8 +42,6 @@ import {AppShellNoRenderDirective} from "./directives/app-shell-norender.directi
44
42
CoursesCardListComponent,
45
43
CourseDialogComponent,
46
AboutComponent,
47
- AppShellRenderDirective,
48
- AppShellNoRenderDirective
49
],
50
imports: [
51
BrowserModule.withServerTransition({ appId: 'serverApp' }),
0 commit comments