Skip to content

Commit c028956

Browse files
authored
Update to Angular 8 (#298)
* Removing karma-coverage * Adding @anglar/cli * Updating to Angular 8 * Adding karma-coverage * Changing static to true * Fixing bugs in Calling Methods sample * Renaming product name
1 parent 4ebf6d1 commit c028956

File tree

64 files changed

+156
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+156
-154
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>IgniteUI Angular 2 Samples</title>
5+
<title>IgniteUI wrappers for Angular Samples</title>
66

77
<!-- Ignite UI Required Combined CSS Files -->
88
<link href="http://cdn-na.infragistics.com/igniteui/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" />
@@ -106,7 +106,7 @@
106106
<div class="row">
107107
<div class="col-sm-12 col-lg-5">
108108
<h1>Ignite UI</h1>
109-
<h2>Angular 2 Components</h2>
109+
<h2>Angular Wrappers Components</h2>
110110
</div>
111111
<div class="col-sm-12 header-fg col-lg-7"></div>
112112
</div>

package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,37 @@
77
"url": "https://github.com/IgniteUI/igniteui-angular-wrappers.git"
88
},
99
"dependencies": {
10-
"@angular/common": "~7.0.0",
11-
"@angular/compiler": "~7.0.0",
12-
"@angular/core": "~7.0.0",
13-
"@angular/http": "~7.0.0",
14-
"@angular/forms": "~7.0.0",
15-
"@angular/platform-browser": "~7.0.0",
16-
"@angular/platform-browser-dynamic": "~7.0.0",
17-
"@angular/router": "~7.0.0",
18-
"@angular/upgrade": "~7.0.0",
19-
"angular-in-memory-web-api": "~0.6.0",
10+
"@angular/common": "~8.0.0",
11+
"@angular/compiler": "~8.0.0",
12+
"@angular/core": "~8.0.0",
13+
"@angular/forms": "~8.0.0",
14+
"@angular/platform-browser": "~8.0.0",
15+
"@angular/platform-browser-dynamic": "~8.0.0",
16+
"@angular/router": "~8.0.0",
17+
"@angular/upgrade": "~8.0.0",
18+
"angular-in-memory-web-api": "^0.8.0",
19+
"bootstrap": "^4.1.3",
2020
"core-js": "^2.5.4",
21-
"systemjs": "0.19.40",
2221
"es6-shim": "^0.35.0",
22+
"karma-coverage": "^1.1.2",
2323
"reflect-metadata": "^0.1.3",
24-
"rxjs": "~6.3.3",
25-
"zone.js": "^0.8.26",
26-
"bootstrap": "^4.1.3"
24+
"rxjs": "~6.5.2",
25+
"systemjs": "0.19.40",
26+
"zone.js": "^0.9.1"
2727
},
2828
"devDependencies": {
2929
"jquery-mockjax": "2.2.2",
30-
"@angular/compiler-cli": "~7.0.0",
30+
"@angular/compiler-cli": "~8.0.0",
3131
"concurrently": "^3.2.0",
3232
"gulp-watch": "^4.3.5",
3333
"jasmine-core": "^2.4.1",
3434
"karma": "^0.13.19",
3535
"karma-chrome-launcher": "^0.2.2",
3636
"karma-jasmine": "^1.0.2",
3737
"karma-junit-reporter": "^0.4.2",
38-
"karma-coverage": "",
3938
"karma-remap-istanbul": "0.5.0",
4039
"lite-server": "^2.2.2",
41-
"typescript": "~3.1.1",
40+
"typescript": "~3.4.5",
4241
"coveralls": "^2.11.9",
4342
"traceur": "^0.0.111",
4443
"@types/node": "~8.9.4",

rollup.config.umd.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ import commonjs from 'rollup-plugin-commonjs';
33
import angular from 'rollup-plugin-angular';
44
import typescript from 'rollup-plugin-typescript';
55
export default {
6-
entry: 'src/main.ts',
7-
format: 'umd',
8-
moduleName: 'igniteui-angular-wrappers',
9-
sourceMap:true,
6+
input: 'src/main.ts',
7+
8+
output: {
9+
name: 'igniteui-angular-wrappers',
10+
sourcemap:true,
11+
file: "dist/npm/bundles/igniteui-angular-wrappers.umd.js",
12+
format: 'umd'
13+
},
1014
external: [
1115
'@angular/core',
1216
'@angular/forms'
1317
],
14-
dest: "dist/npm/bundles/igniteui-angular-wrappers.umd.js",
1518
plugins: [
1619
angular(
1720
{

samples/igCombo/igCombo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>igCombo - Ignite UI integration with Angular 2</title>
5+
<title>igCombo - Ignite UI integration with Angular</title>
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link type="text/css" href="http://cdn-na.infragistics.com/igniteui/latest/css/themes/infragistics/infragistics.theme.css"
@@ -32,7 +32,7 @@
3232
<span class="icon-bar"></span>
3333
<span class="icon-bar"></span>
3434
</button>
35-
<a class="navbar-brand" href="/">Ignite UI Angular 2 Components </a>
35+
<a class="navbar-brand" href="/">Ignite UI Angular Components </a>
3636
</div>
3737
<div class="navbar-collapse collapse">
3838
<ul class="nav navbar-nav">

samples/igDataChart/igDataChart.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<title>Ignite UI Chart and Zoombar - Ignite UI integration with Angular 2</title>
3+
<title>Ignite UI Chart and Zoombar - Ignite UI integration with Angular</title>
44
<!-- Ignite UI Required Combined CSS Files -->
55
<link href="http://cdn-na.infragistics.com/igniteui/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" />
66
<link href="http://cdn-na.infragistics.com/igniteui/latest/css/structure/infragistics.css" rel="stylesheet" />
@@ -41,7 +41,7 @@
4141
<span class="icon-bar"></span>
4242
<span class="icon-bar"></span>
4343
</button>
44-
<a class="navbar-brand" href="/">Ignite UI Angular 2 components </a>
44+
<a class="navbar-brand" href="/">Ignite UI Angular components </a>
4545
</div>
4646
<div class="navbar-collapse collapse">
4747
<ul class="nav navbar-nav">
@@ -63,7 +63,7 @@ <h1 class="push-down-md"><a href="http://www.igniteui.com/data-chart/overview" t
6363
</ul>
6464
</div>
6565
<div class="col-md-4">
66-
<p class="lead">This sample demonstrates how to link together the igDataChart and igZoomBar using AngularJS components.</p>
66+
<p class="lead">This sample demonstrates how to link together the igDataChart and igZoomBar using Ignite UI Angular Wrappers components.</p>
6767
<p>
6868
<a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igDataChart/igDataChart.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a>
6969
</p>

samples/igDialog/igDialog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22

33
<head>
4-
<title>igDialog - Ignite UI integration with Angular 2</title>
4+
<title>igDialog - Ignite UI integration with Angular</title>
55
<!-- Ignite UI Required Combined CSS Files -->
66
<link href="http://cdn-na.infragistics.com/igniteui/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" />
77
<link href="http://cdn-na.infragistics.com/igniteui/latest/css/structure/infragistics.css" rel="stylesheet" />
@@ -45,7 +45,7 @@
4545
<span class="icon-bar"></span>
4646
<span class="icon-bar"></span>
4747
</button>
48-
<a class="navbar-brand" href="/">Ignite UI Angular 2 components </a>
48+
<a class="navbar-brand" href="/">Ignite UI Angular components </a>
4949
</div>
5050
<div class="navbar-collapse collapse">
5151
<ul class="nav navbar-nav">
@@ -68,7 +68,7 @@ <h1 class="push-down-md"><a href="http://www.igniteui.com/dialog-window/overview
6868
</ul>
6969
</div>
7070
<div class="col-md-4">
71-
<p class="lead">This sample demonstrates how to declare an igDialog with an AngularJS component.</p>
71+
<p class="lead">This sample demonstrates how to declare an igDialog with an Ignite UI Angular Wrappers component.</p>
7272
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igDialog/igDialog.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a>
7373
</p>
7474
</div>

samples/igEditors/igEditors.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22

33
<head>
4-
<title>Editors - Ignite UI integration with Angular 2</title>
4+
<title>Editors - Ignite UI integration with Angular</title>
55
<!-- Ignite UI Required Combined CSS Files -->
66
<link href="http://cdn-na.infragistics.com/igniteui/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet"
77
/>
@@ -50,7 +50,7 @@
5050
<span class="icon-bar"></span>
5151
<span class="icon-bar"></span>
5252
</button>
53-
<a class="navbar-brand" href="/">Ignite UI Angular 2 components </a>
53+
<a class="navbar-brand" href="/">Ignite UI Angular components </a>
5454
</div>
5555
<div class="navbar-collapse collapse">
5656
<ul class="nav navbar-nav">
@@ -74,7 +74,7 @@ <h1 class="push-down-md"><a href="http://www.igniteui.com/editors/overview" targ
7474
</ul>
7575
</div>
7676
<div class="col-md-4">
77-
<p class="lead">This sample demonstrates how create a number of different editors using AngularJS directives.</p>
77+
<p class="lead">This sample demonstrates how create a number of different editors using Ignite UI Angular Wrappers directives.</p>
7878
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igEditors/igEditors.html" class="btn btn-default btn-lg btn-primary"
7979
target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
8080
</div>

samples/igGrid-AoT/igGrid-AoT.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Angular 2 IgniteUI custom component</title>
4+
<title>Angular IgniteUI custom component</title>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" type="text/css" />

samples/igGrid-ComplexOpts/igGrid-ComplexOpts.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Angular 2 IgniteUI custom component</title>
4+
<title>Angular IgniteUI custom component</title>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" type="text/css" />
@@ -22,7 +22,7 @@
2222
<span class="icon-bar"></span>
2323
<span class="icon-bar"></span>
2424
</button>
25-
<a class="navbar-brand" href="/">Ignite UI Angular 2 components </a>
25+
<a class="navbar-brand" href="/">Ignite UI Angular components </a>
2626
</div>
2727
<div class="navbar-collapse collapse">
2828
<ul class="nav navbar-nav">
@@ -37,7 +37,7 @@ <h1 class="push-down-md"><a href="http://igniteui.com/grid/overview" target="_bl
3737

3838
<div class="row description">
3939
<div class="col-md-12">
40-
<p class="lead">This sample demonstrates how AngularJS components are used to initialize the igGrid complex options though the template.</p>
40+
<p class="lead">This sample demonstrates how Ignite UI Angular Wrappers components are used to initialize the igGrid complex options though the template.</p>
4141
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igGrid/igGrid.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
4242
</div>
4343
</div>

samples/igGrid-ExcelExporter/igGrid-ExcelExporter.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>Angular 2 IgniteUI custom component</title>
5+
<title>Angular IgniteUI custom component</title>
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" type="text/css" />
@@ -26,7 +26,7 @@
2626
<span class="icon-bar"></span>
2727
<span class="icon-bar"></span>
2828
</button>
29-
<a class="navbar-brand" href="/">Ignite UI Angular 2 components </a>
29+
<a class="navbar-brand" href="/">Ignite UI Angular components </a>
3030
</div>
3131
<div class="navbar-collapse collapse">
3232
<ul class="nav navbar-nav">
@@ -60,7 +60,7 @@ <h1 class="push-down-md">
6060
</ul>
6161
</div>
6262
<div class="col-md-6">
63-
<p class="lead">This sample demonstrates how AngularJS components are used with the igGrid to allow exporting to Excel</p>
63+
<p class="lead">This sample demonstrates how Ignite UI Angular Wrappers components are used with the igGrid to allow exporting to Excel</p>
6464
<p>
6565
<a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igGrid-ExcelExporter/igGrid-ExcelExporter.html"
6666
class="btn btn-default btn-lg btn-primary" target="_blank">

0 commit comments

Comments
 (0)