1
- import { BrowserModule } from ' @angular/platform-browser' ;
2
- import { NgModule } from ' @angular/core' ;
3
- import { FormsModule } from ' @angular/forms' ;
1
+ import { BrowserModule } from " @angular/platform-browser" ;
2
+ import { NgModule } from " @angular/core" ;
3
+ import { FormsModule } from " @angular/forms" ;
4
4
5
- import { AppRoutingModule } from './app-routing.module' ;
6
- import { AppComponent } from './app.component' ;
7
- import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
8
- import { GridFinjsComponent } from './grid-finjs/grid-finjs.component' ;
5
+ import { AppComponent } from "./app.component" ;
6
+ import { BrowserAnimationsModule } from "@angular/platform-browser/animations" ;
7
+ import { GridFinjsComponent } from "./grid-finjs/grid-finjs.component" ;
9
8
import { IgxGridModule , IgxCheckboxModule , IgxButtonModule ,
10
- IgxSwitchModule , IgxSliderModule , IgxExcelExporterService } from ' igniteui-angular' ;
11
- import { LocalDataService } from ' ./grid-finjs/localData.service' ;
9
+ IgxSwitchModule , IgxSliderModule , IgxExcelExporterService } from " igniteui-angular" ;
10
+ import { LocalDataService } from " ./grid-finjs/localData.service" ;
12
11
13
12
@NgModule ( {
14
13
declarations : [
@@ -18,7 +17,6 @@ import { LocalDataService } from './grid-finjs/localData.service';
18
17
imports : [
19
18
BrowserModule ,
20
19
FormsModule ,
21
- AppRoutingModule ,
22
20
BrowserAnimationsModule ,
23
21
IgxGridModule ,
24
22
IgxCheckboxModule ,
@@ -29,5 +27,4 @@ import { LocalDataService } from './grid-finjs/localData.service';
29
27
providers : [ LocalDataService , IgxExcelExporterService ] ,
30
28
bootstrap : [ AppComponent ]
31
29
} )
32
- export class AppModule {
33
- }
30
+ export class AppModule { }
0 commit comments