Skip to content

Commit 5ef855f

Browse files
committed
Local data must be within the app; Updating readme
1 parent a33ac93 commit 5ef855f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Grid/FinJS/src/app/grid-finjs/localData.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Injectable } from '@angular/core';
22
import { BehaviorSubject, Observable} from 'rxjs';
3-
import { FinancialData } from '../../../../../LocalData/financialData';
3+
import { FinancialData } from '../../localData/financialData';
44

55
@Injectable()
66
export class LocalDataService {

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# angular-samples
22
Ignite UI for Angular product samples
3+
4+
### Current list of angular samples
5+
6+
- [FinJS Live Updating Demo](https://github.com/Infragistics/angular-samples/tree/master/Grid/FinJS) [(StackBlitz)](https://stackblitz.com/github/Infragistics/angular-samples/tree/master/Grid/FinJS) - The Grid component in Ignite UI for Angular is able to handle thousands of updates per seconds, while keeping the grid responsive for any interaction that the user may undertake. This sample demonstrates the Grid handling thousands of updates per second.

0 commit comments

Comments
 (0)