Skip to content

Commit 40b0e7e

Browse files
authored
Merge pull request #68 from dkamburov/rc4
Remove tripleslash references
2 parents 9840073 + 8edcf0a commit 40b0e7e

File tree

2 files changed

+61
-4
lines changed

2 files changed

+61
-4
lines changed

src/igniteui.angular2.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/// <reference path="jquery.d.ts" />
2-
/// <reference path="igniteui.d.ts" />
3-
41
import {Component, Directive, Inject, ElementRef, EventEmitter, Output, Input, Query, QueryList, Renderer, OnChanges, NgZone,
52
SimpleChange, ChangeDetectionStrategy, IterableDiffers, DoCheck, Optional} from '@angular/core';
63
import {NgModel, ControlValueAccessor} from '@angular/common';

tsconfig.json

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,65 @@
99
"removeComments": false,
1010
"noImplicitAny": false
1111
},
12-
"exclude": ["node_modules", "typings/main", "typings/main.d.ts", "dist/npm" ]
12+
"files": [
13+
"typings/browser.d.ts",
14+
"src/jquery.d.ts",
15+
"src/igniteui.d.ts",
16+
"src/igniteui.angular2.ts",
17+
"samples/data/tasks.ts",
18+
"samples/data/product-categories.ts",
19+
"samples/data/northwind.ts",
20+
"samples/data/northwind-employees.ts",
21+
"samples/data/candidates.ts",
22+
"samples/igVideoPlayer/app.ts",
23+
"samples/igUpload/app.ts",
24+
"samples/igTreeGrid/app.ts",
25+
"samples/igTree/app.ts",
26+
"samples/igTileManager/app.ts",
27+
"samples/igPivotGrid-XmlaDataSource/app.ts",
28+
"samples/igPivotGrid-FlatDataSource/app.ts",
29+
"samples/igMap/app.ts",
30+
"samples/igLayoutManager/app.ts",
31+
"samples/igHtmlEditor/app.ts",
32+
"samples/igHierarchicalGrid/app.ts",
33+
"samples/igGrid/app.ts",
34+
"samples/igGrid-TopLevelOpts/app.ts",
35+
"samples/igEditors/app.ts",
36+
"samples/igDialog/app.ts",
37+
"samples/igDataChart/app.ts",
38+
"samples/igCombo/app.ts",
39+
"app/samples.ts",
40+
"app/boot.ts",
41+
"tests/unit/igvideoplayer/videoplayer.spec.ts",
42+
"tests/unit/igvalidator/validator.spec.ts",
43+
"tests/unit/igupload/upload.spec.ts",
44+
"tests/unit/igtreegrid/treegrid.spec.ts",
45+
"tests/unit/igtree/igtree.spec.ts",
46+
"tests/unit/igtilemanager/tilemanager.spec.ts",
47+
"tests/unit/igsplitter/splitter.spec.ts",
48+
"tests/unit/igsplitbutton/splitbutton.spec.ts",
49+
"tests/unit/igsparkline/sparkline.spec.ts",
50+
"tests/unit/igrating/rating.spec.ts",
51+
"tests/unit/igradialmenu/radialmenu.spec.ts",
52+
"tests/unit/igradialgauge/igradialgauge.spec.ts",
53+
"tests/unit/igqrcodebarcode/qrcodebarcode.spec.ts",
54+
"tests/unit/igpopover/popover.spec.ts",
55+
"tests/unit/igpivotgrid/pivotgrid.spec.ts",
56+
"tests/unit/igpivotdataselector/pivotdataselector.spec.ts",
57+
"tests/unit/igpiechart/piechart.spec.ts",
58+
"tests/unit/ignotifier/notifier.spec.ts",
59+
"tests/unit/igmap/map.spec.ts",
60+
"tests/unit/iglineargauge/lineargauge.spec.ts",
61+
"tests/unit/iglayoutmanager/layoutmanager.spec.ts",
62+
"tests/unit/ightmleditor/htmleditor.spec.ts",
63+
"tests/unit/ighierarchicalgrid/hierarchicalgrid.spec.ts",
64+
"tests/unit/iggrid/grid.spec.ts",
65+
"tests/unit/igfunnerchart/funnelchart.spec.ts",
66+
"tests/unit/igeditors/editors.spec.ts",
67+
"tests/unit/igdoughnutchart/doughnutchart.spec.ts",
68+
"tests/unit/igdialog/dialog.spec.ts",
69+
"tests/unit/igdatachart/chart.spec.ts",
70+
"tests/unit/igcombo/combo.spec.ts",
71+
"tests/unit/igbulletgraph/bulletgraph.spec.ts"
72+
]
1373
}

0 commit comments

Comments
 (0)