Skip to content

Commit 8ba6ed1

Browse files
committed
removed directives that will be developed later in the course.
1 parent bfc362c commit 8ba6ed1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/app.module.ts

-4
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ import { CourseDialogComponent } from './course-dialog/course-dialog.component';
2929
import {ReactiveFormsModule} from "@angular/forms";
3030
import { HttpClientModule} from '@angular/common/http';
3131
import {AboutComponent} from './about/about.component';
32-
import {AppShellRenderDirective} from "./directives/app-shell-render.directive";
33-
import {AppShellNoRenderDirective} from "./directives/app-shell-norender.directive";
3432

3533

3634

@@ -44,8 +42,6 @@ import {AppShellNoRenderDirective} from "./directives/app-shell-norender.directi
4442
CoursesCardListComponent,
4543
CourseDialogComponent,
4644
AboutComponent,
47-
AppShellRenderDirective,
48-
AppShellNoRenderDirective
4945
],
5046
imports: [
5147
BrowserModule.withServerTransition({ appId: 'serverApp' }),

0 commit comments

Comments
 (0)