Skip to content

Commit 4602880

Browse files
Keith Gillettetobiasengelhardt
authored andcommitted
Update example/cli AppModule for removal of TreeModule.forRoot() method
1 parent 50dee1b commit 4602880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/example-app/src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import { DragOverStylingFullTreeComponent } from './dragover-styling/dragover-st
5050
imports: [
5151
BrowserModule,
5252
FormsModule,
53-
TreeModule.forRoot(),
53+
TreeModule,
5454
CommonModule,
5555
AppRoutingModule
5656
],

0 commit comments

Comments
 (0)