Skip to content

Commit 0372e7e

Browse files
authored
Merge pull request #237 from IgniteUI/repo-renaming
Changing all the names and links
2 parents e2a48f1 + 644a6ed commit 0372e7e

File tree

33 files changed

+158
-156
lines changed

33 files changed

+158
-156
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: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Ignite UI components for Angular
22

33
[![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-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)
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).
8+
9+
**IMPORTANT** The repository has been renamed from `igniteui-angular2` to `igniteui-angular-wrappers`. Read more on our new [naming convention](https://www.infragistics.com/community/blogs/b/infragistics/posts/ignite-ui-github-repo-name-changes).
810

911
# Requirements
1012

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

20-
1. `git clone https://github.com/IgniteUI/igniteui-angular2`
21-
2. `cd igniteui-angular2`
22+
1. `git clone https://github.com/IgniteUI/igniteui-angular-wrappers`
23+
2. `cd igniteui-angular-wrappers`
2224
3. `npm install`
2325
4. `npm start`
2426

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`.
27+
`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`.
2628

2729
```
2830
"dependencies": {
@@ -341,7 +343,7 @@ As a starting point, you can review the [Angular documentation on the subject](h
341343
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.
342344
First we need to install the required packages:
343345
- `npm install ignite-ui`
344-
- `npm install igniteui-angular2`
346+
- `npm install igniteui-angular-wrappers`
345347
- `npm install jquery-ui-bundle`
346348

347349
**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 +359,19 @@ Then go to the app module and import the combo - `import 'ignite-ui/js/modules/i
357359

358360
In addition, at the end import the IgniteUIModule:
359361

360-
import { IgniteUIModule } from 'igniteui-angular2';
362+
import { IgniteUIModule } from 'igniteui-angular-wrappers';
361363
@NgModule({
362364
imports: [ BrowserModule, IgniteUIModule ],
363365
364366
})
365367
export class AppModule {}
366368

367369
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:
370+
Open rollup-config.js, include igniteui-angular-wrappers to `commonjs` plugin and add `namedExport` for jquery:
369371

370372
commonjs({
371373
include: ['node_modules/rxjs/**',
372-
'node_modules/igniteui-angular2/**',
374+
'node_modules/igniteui-angular-wrappers/**',
373375
],
374376
namedExports: {
375377
'node_modules/jquery/dist/jquery.min.js': [ 'jquery' ]
@@ -413,7 +415,7 @@ Open rollup-config.js file and import postcss:
413415
}),
414416

415417

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:
418+
[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:
417419
1. npm install
418420
2. npm run build:aot
419421
3. npm run serve
@@ -440,7 +442,7 @@ This data source instance is granted with intellisense about igDataSource method
440442

441443
source.dataBind();
442444

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

445447
## Running tests
446448

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)