Skip to content

Commit 1af1232

Browse files
authored
Merge pull request #3294 from IgniteUI/snovoselski/fix-dynamic-chart-injector-bug-master
fix(dependencies): update igniteui angular extras - master
2 parents ac150e4 + 0888f6d commit 1af1232

5 files changed

Lines changed: 14 additions & 11 deletions

File tree

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"igniteui-angular": "^15.1.0",
6969
"igniteui-angular-charts": "^15.0.0",
7070
"igniteui-angular-core": "^15.0.0",
71-
"igniteui-angular-extras": "^15.1.0",
71+
"igniteui-angular-extras": "^15.1.2",
7272
"igniteui-angular-i18n": "^15.0.15",
7373
"igniteui-dockmanager": "^1.12.3",
7474
"igniteui-live-editing": "^2.0.6",

projects/app-crm/src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Component, OnInit } from '@angular/core';
22
import { SEOService } from '../../../app-lob/src/app/seo.service';
3+
34
@Component({
45
selector: 'app-root',
56
styleUrls: ['./app.component.scss'],

projects/app-lob/src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ export class AppComponent implements OnInit {
7474
}
7575
}
7676
}
77+

src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ export class AppComponent implements OnInit {
5757
}
5858
}
5959
}
60+

0 commit comments

Comments
 (0)