This repository was archived by the owner on Aug 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import {NgModule} from "@angular/core";
2
2
import { BrowserModule } from "@angular/platform-browser" ;
3
3
import { FormsModule } from "@angular/forms" ;
4
4
// ag-grid
5
- import { AgGridModule } from "ag-grid-angular/main " ;
5
+ import { AgGridModule } from "ag-grid-angular" ;
6
6
// application
7
7
import { AppComponent } from "./app.component" ;
8
8
// rich grid
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import SkillFilter from '../filters/skillFilter';
6
6
import RefData from '../data/refData' ;
7
7
8
8
// only import this if you are using the ag-Grid-Enterprise
9
- import 'ag-grid-enterprise/main ' ;
9
+ import 'ag-grid-enterprise' ;
10
10
11
11
import { HeaderGroupComponent } from "../header-group-component/header-group.component" ;
12
12
import { DateComponent } from "../date-component/date.component" ;
Original file line number Diff line number Diff line change 18
18
"@angular/*" : [
19
19
" ../node_modules/@angular/*"
20
20
],
21
+ "ag-grid" : [
22
+ " ../node_modules/ag-grid"
23
+ ],
21
24
"ag-grid/*" : [
22
25
" ../node_modules/ag-grid/*"
23
26
]
27
30
" test.ts" ,
28
31
" **/*.spec.ts"
29
32
]
30
- }
33
+ }
You can’t perform that action at this time.
0 commit comments