Skip to content

Commit 25084bf

Browse files
committed
Changing all the names and links
1 parent dee65f6 commit 25084bf

File tree

33 files changed

+157
-157
lines changed

33 files changed

+157
-157
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ deploy:
2525
secure: Zu/eJ0WMio4dVw5NyF1VE7OjkOYhUW+2m5SDfmlJ226Ra7QoTJaj69DEOH13JR3161z1RKHqguLgkTfaXwT9NCaf1zAOn6Qhk0bf0GR52OvfypTaeaXdHnMvTaL3Y/O7xHNLlcnPfS/iq+6/D0TbDmsDwdXG8tKPRXFcEsouV+YXwGZuXWvkYFM8MJ2o0W5w3Z/T4JZ6adKER0tU0IhbkDeep1GNUXH3c+GLtIovQdb2Brz8y++4C7WTsy206XQDLFP3tFqCIaKOs8sVXdL5/SjOeQdEr1KkrVuVy25edAHryODm6L2BS0AUGXBYO5n+Ozb8ekJ9NtusDQVfuNZoFDoMUbSMupXcTutKHN51+FI/8SecLzRn3aL6/1Zk/gnI04sp/bdPH2Luc7tOhcsm9edsN1ojsTA9Lbbfa0iIlsKkulHLp35rpzfTLSlI2CYoT9a4mvj9idknKxXMCKJiC/ZK6P4PMiMKLaQAk1Mbg+6TLfA1SpFnhH+HNeLAmGMwWPnsCQmOQbKWeh0/8v0R58bFfTlswPrzPFsghnh/+K4fLQCOe1TwOwtwJyc3WK7csGAbNFg7AjlxvSia8MpJQ5p1IDLRDtHHt3qcoxJqwcIpwxSFayPW6L9mjwUCfnUxEl37Qnz4gbelijZtw99+FgUmDJ+xjXnHC9JMqfxMWrQ=
2626
on:
2727
tags: true
28-
repo: IgniteUI/igniteui-angular2
28+
repo: IgniteUI/igniteui-angular-wrappers
2929
branch: master

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## IgniteUI Components Changelog
22

33
### Features
4-
- Allow calling component methods via the angular 2 wrapper ([#126](https://github.com/IgniteUI/igniteui-angular2/pull/126))
5-
- Accessing grid features via the angular 2 wrapper ([#98](https://github.com/IgniteUI/igniteui-angular2/issues/98))
6-
- Binding to grid feature events. ([#126](https://github.com/IgniteUI/igniteui-angular2/pull/126))
4+
- Allow calling component methods via the Angular wrappers ([#126](https://github.com/IgniteUI/igniteui-angular-wrappers/pull/126))
5+
- Accessing grid features via the Angular wrappers ([#98](https://github.com/IgniteUI/igniteui-angular-wrappers/issues/98))
6+
- Binding to grid feature events. ([#126](https://github.com/IgniteUI/igniteui-angular-wrappers/pull/126))
77

88
### BREAKING CHANGES
99
- Each igGrid feature now has a separate Directive definition that needs to be imported and added to the module definition if the related feature is to be used in the grid.

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Ignite UI components for Angular
22

3-
[![Build Status](https://travis-ci.org/IgniteUI/igniteui-angular2.svg?branch=master)](https://travis-ci.org/IgniteUI/igniteui-angular2)
4-
[![Coverage Status](https://coveralls.io/repos/github/IgniteUI/igniteui-angular2/badge.svg?branch=master)](https://coveralls.io/github/IgniteUI/igniteui-angular2?branch=master)
5-
[![npm version](https://badge.fury.io/js/igniteui-angular2.svg)](https://badge.fury.io/js/igniteui-angular2)
3+
[![Build Status](https://travis-ci.org/IgniteUI/igniteui-angular-wrappers.svg?branch=master)](https://travis-ci.org/IgniteUI/igniteui-angular-wrappers)
4+
[![Coverage Status](https://coveralls.io/repos/github/IgniteUI/igniteui-angular-wrappers/badge.svg?branch=master)](https://coveralls.io/github/IgniteUI/igniteui-angular-wrappers?branch=master)
5+
[![npm version](https://badge.fury.io/js/igniteui-angular-wrappers.svg)](https://badge.fury.io/js/igniteui-angular-wrappers)
66

7-
Use the components found in `src\igniteui.angular2.ts` to use [Ignite UI](http://igniteui.com) controls in [Angular](https://angular.io/) applications. [Work with the running samples here](http://igniteui.github.io/igniteui-angular2).
7+
Use the components found in `src\igniteui.angular2.ts` to use [Ignite UI](http://igniteui.com) controls in [Angular](https://angular.io/) applications. [Work with the running samples here](http://igniteui.github.io/igniteui-angular-wrappers).
88

99
# Requirements
1010

@@ -17,12 +17,12 @@ Use the components found in `src\igniteui.angular2.ts` to use [Ignite UI](http:/
1717
To run the samples, you need [Node.js](http://nodejs.org/) installed on your machine.
1818
Afterwards, from your terminal run the following commands:
1919

20-
1. `git clone https://github.com/IgniteUI/igniteui-angular2`
21-
2. `cd igniteui-angular2`
20+
1. `git clone https://github.com/IgniteUI/igniteui-angular-wrappers`
21+
2. `cd igniteui-angular-wrappers`
2222
3. `npm install`
2323
4. `npm start`
2424

25-
`igniteui-angular2` depends on the `ignite-ui-full` licensed package. Follow [this guide](https://www.igniteui.com/help/using-ignite-ui-npm-packages) on setting up access to the Ignite UI private npm feed and add the dependency to the `package.json`.
25+
`igniteui-angular-wrappers` depends on the `ignite-ui-full` licensed package. Follow [this guide](https://www.igniteui.com/help/using-ignite-ui-npm-packages) on setting up access to the Ignite UI private npm feed and add the dependency to the `package.json`.
2626

2727
```
2828
"dependencies": {
@@ -341,7 +341,7 @@ As a starting point, you can review the [Angular documentation on the subject](h
341341
Once you have a running application compiled with AOT, the next step is to add the Ignite UI Components into this app. In this demo IgComboComponent is being added to the app, igCombo is an OSS widget and it is part of the ignite-ui npm package.
342342
First we need to install the required packages:
343343
- `npm install ignite-ui`
344-
- `npm install igniteui-angular2`
344+
- `npm install igniteui-angular-wrappers`
345345
- `npm install jquery-ui-bundle`
346346

347347
**Note**: You have to download the full Ignite UI product if you would like to use widgets which are not part of the OSS widgets. This is a [list](https://github.com/IgniteUI/ignite-ui#available-features-in-ignite-ui-open-source-version) of the controls available in the Open-source version
@@ -357,19 +357,19 @@ Then go to the app module and import the combo - `import 'ignite-ui/js/modules/i
357357

358358
In addition, at the end import the IgniteUIModule:
359359

360-
import { IgniteUIModule } from 'igniteui-angular2';
360+
import { IgniteUIModule } from 'igniteui-angular-wrappers';
361361
@NgModule({
362362
imports: [ BrowserModule, IgniteUIModule ],
363363
364364
})
365365
export class AppModule {}
366366

367367
In order to take advantage of the [Tree shaking](https://angular.io/docs/ts/latest/cookbook/aot-compiler.html#!#tree-shaking) the Rollup has to be set up.
368-
Open rollup-config.js, include igniteui-angular2 to `commonjs` plugin and add `namedExport` for jquery:
368+
Open rollup-config.js, include igniteui-angular-wrappers to `commonjs` plugin and add `namedExport` for jquery:
369369

370370
commonjs({
371371
include: ['node_modules/rxjs/**',
372-
'node_modules/igniteui-angular2/**',
372+
'node_modules/igniteui-angular-wrappers/**',
373373
],
374374
namedExports: {
375375
'node_modules/jquery/dist/jquery.min.js': [ 'jquery' ]
@@ -413,7 +413,7 @@ Open rollup-config.js file and import postcss:
413413
}),
414414

415415

416-
[Download](https://github.com/IgniteUI/igniteui-angular2/files/975676/quickstart-igniteui-angular2-aot.zip) the modified app which uses the specified product. To run it with AOT:
416+
[Download](https://github.com/IgniteUI/igniteui-angular-wrappers/files/975676/quickstart-igniteui-angular-wrappers-aot.zip) the modified app which uses the specified product. To run it with AOT:
417417
1. npm install
418418
2. npm run build:aot
419419
3. npm run serve
@@ -440,7 +440,7 @@ This data source instance is granted with intellisense about igDataSource method
440440

441441
source.dataBind();
442442

443-
Review the following [demo](http://igniteui.github.io/igniteui-angular2/samples/igDataSource/igDataSource.html) for more information.
443+
Review the following [demo](http://igniteui.github.io/igniteui-angular-wrappers/samples/igDataSource/igDataSource.html) for more information.
444444

445445
## Running tests
446446

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,15 +231,15 @@ <h2>Samples</h2>
231231
</div>
232232

233233
<div class="push-down-md">
234-
<a href="https://github.com/IgniteUI/igniteui-angular2" class="btn btn-default btn-primary btn-lg"><i class="fa fa-github"></i> View source on GitHub</a>
234+
<a href="https://github.com/IgniteUI/igniteui-angular-wrappers" class="btn btn-default btn-primary btn-lg"><i class="fa fa-github"></i> View source on GitHub</a>
235235
</div>
236236

237237
</div>
238238
<footer>
239239
<div class="container">
240240
<div class="row">
241241
<div class="col-sm-12">
242-
<p><a href="https://github.com/IgniteUI/igniteui-angular2/issues">Feedback &amp; Questions</a></p>
242+
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/issues">Feedback &amp; Questions</a></p>
243243
<p class="small">For more information or to download a trial of Ignite UI, please visit: <a href="http://www.igniteui.com">http://www.igniteui.com</a></p>
244244
</div>
245245
</div>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "igniteui-angular2",
2+
"name": "igniteui-angular-wrappers",
33
"version": "1.0.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/IgniteUI/igniteui-angular2.git"
7+
"url": "https://github.com/IgniteUI/igniteui-angular-wrappers.git"
88
},
99
"dependencies": {
1010
"@angular/common": "^5.0.1",

rollup.config.umd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import typescript from 'rollup-plugin-typescript';
55
export default {
66
entry: 'src/igniteui.angular2.ts',
77
format: 'umd',
8-
moduleName: 'igniteui-angular2',
8+
moduleName: 'igniteui-angular-wrappers',
99
sourceMap:true,
1010
external: [
1111
'@angular/core',
1212
],
13-
dest: "dist/npm/bundles/igniteui-angular2.umd.js",
13+
dest: "dist/npm/bundles/igniteui-angular-wrappers.umd.js",
1414
plugins: [
1515
angular(
1616
{

samples/aot/samples/igGrid-AoT/app.module.ngsummary.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

samples/aot/src/igniteui.angular2.ngsummary.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

samples/igCombo/igCombo.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
</div>
3737
<div class="navbar-collapse collapse">
3838
<ul class="nav navbar-nav">
39-
<li><a href="/igniteui-angular2/index.html">Home</a></li>
40-
<li><a href="https://github.com/IgniteUI/igniteui-angular2">View on GitHub <i class="fa fa-github"></i></a></li>
39+
<li><a href="/igniteui-angular-wrappers/index.html">Home</a></li>
40+
<li><a href="https://github.com/IgniteUI/igniteui-angular-wrappers">View on GitHub <i class="fa fa-github"></i></a></li>
4141
</ul>
4242
</div>
4343
</div>
@@ -47,9 +47,9 @@
4747

4848
<footer>
4949
<p>
50-
<a href="/igniteui-angular2/index.html">Home</a> |
51-
<a href="https://github.com/IgniteUI/igniteui-angular2/issues">Feedback &amp; Questions</a> |
52-
<a href="https://github.com/IgniteUI/igniteui-angular2">Clone &amp; Fork</a>
50+
<a href="/igniteui-angular-wrappers/index.html">Home</a> |
51+
<a href="https://github.com/IgniteUI/igniteui-angular-wrappers/issues">Feedback &amp; Questions</a> |
52+
<a href="https://github.com/IgniteUI/igniteui-angular-wrappers">Clone &amp; Fork</a>
5353
</p>
5454
<p class="small">For more information or to download a trial of Ignite UI, please visit: <a href="http://igniteui.com">http://igniteui.com</a></p>
5555
</footer>

samples/igCombo/igComboTemplate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1 class="push-down-md"><a href="http://igniteui.com/combo/overview" target="_b
1212
</div>
1313
<div class="col-md-4">
1414
<p class="lead">This sample demonstrates how to use Angular2 Components to create igCombos.</p>
15-
<p><a href="https://github.com/IgniteUI/igniteui-angular2/blob/master/samples/igCombo/igCombo.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
15+
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igCombo/igCombo.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
1616
</div>
1717
</div>
1818

0 commit comments

Comments
 (0)