File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11import { ToastrModule } from 'ngx-toastr' ;
22import { HttpClientModule , HttpClient } from '@angular/common/http' ;
3-
43import { BrowserModule } from '@angular/platform-browser' ;
54import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
65import { NgModule , CUSTOM_ELEMENTS_SCHEMA } from '@angular/core' ;
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import { ReactiveFormsModule } from '@angular/forms';
2121 CommonModule ,
2222 AppRoutingModule ,
2323 ReactiveFormsModule ,
24- DataTableModule ,
2524 TableModule ,
2625 HttpModule ,
2726 EmbedVideo . forRoot ( ) ,
@@ -36,6 +35,9 @@ import { ReactiveFormsModule } from '@angular/forms';
3635 AboutComponent ,
3736 GalleryComponent ,
3837 DemoChartsComponent
38+ ] ,
39+ schemas : [
40+ CUSTOM_ELEMENTS_SCHEMA
3941 ]
4042} )
4143export class PrivateModule { }
You can’t perform that action at this time.
0 commit comments