Skip to content

Commit 2de1759

Browse files
author
Your Name
committed
Angular Universal In Depth
1 parent d29986f commit 2de1759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/out-tsc
77
# Only exists if Bazel was run
88
/bazel-out
9+
tmp.html
910

1011
# dependencies
1112
/node_modules

src/app/app.module.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ import {AboutComponent} from './about/about.component';
7070
CoursesService,
7171
CourseResolver
7272
],
73-
bootstrap: [AppComponent],
74-
entryComponents: [CourseDialogComponent]
73+
bootstrap: [AppComponent]
7574
})
7675
export class AppModule {
7776
}

0 commit comments

Comments
 (0)