Skip to content

Commit b76d981

Browse files
committed
Remove routing
1 parent 56bd563 commit b76d981

File tree

4 files changed

+9
-44
lines changed

4 files changed

+9
-44
lines changed

Grid/FinJS/src/app/app-routing.module.ts

-15
This file was deleted.

Grid/FinJS/src/app/app.module.ts

+9-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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";
44

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";
98
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";
1211

1312
@NgModule({
1413
declarations: [
@@ -18,7 +17,6 @@ import { LocalDataService } from './grid-finjs/localData.service';
1817
imports: [
1918
BrowserModule,
2019
FormsModule,
21-
AppRoutingModule,
2220
BrowserAnimationsModule,
2321
IgxGridModule,
2422
IgxCheckboxModule,
@@ -29,5 +27,4 @@ import { LocalDataService } from './grid-finjs/localData.service';
2927
providers: [LocalDataService, IgxExcelExporterService],
3028
bootstrap: [AppComponent]
3129
})
32-
export class AppModule {
33-
}
30+
export class AppModule {}

TreeGrid/FinJS/src/app/app-routing.module.ts

-15
This file was deleted.

TreeGrid/FinJS/src/app/app.module.ts

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { BrowserModule } from '@angular/platform-browser';
22
import { NgModule } from '@angular/core';
33
import { FormsModule } from '@angular/forms';
44

5-
import { AppRoutingModule } from './app-routing.module';
65
import { AppComponent } from './app.component';
76
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
87
import { GridFinjsComponent } from './grid-finjs/grid-finjs.component';
@@ -20,7 +19,6 @@ import { TreeGridGroupingPipe } from './grid-finjs/tree-grid-grouping.pipe';
2019
imports: [
2120
BrowserModule,
2221
FormsModule,
23-
AppRoutingModule,
2422
BrowserAnimationsModule,
2523
IgxTreeGridModule,
2624
IgxCheckboxModule,

0 commit comments

Comments
 (0)