Skip to content

Commit e7c124a

Browse files
almothafarPatrickJS
authored andcommitted
Update any AngularClass references or links
1 parent c4b6f28 commit e7c124a

16 files changed

+34
-35
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Read and contribute to the Wiki
22

3-
Make sure you read the [Wiki](https://github.com/AngularClass/angular-starter/wiki).
3+
Make sure you read the [Wiki](https://github.com/gdi2290/angular-starter/wiki).
44

55
## Submitting Pull Requests
66

.github/ISSUE_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Note: for support questions, please use one of these channels:** [Chat: AngularClass.slack](http://angularclass.com/member-join/) or [Twitter: @AngularClass](https://twitter.com/AngularClass)
1+
**Note: for support questions, please use one of these channels:** [Chat: AngularClass.slack](http://angularclass.com/member-join/) or [Twitter: @TipeIO](https://twitter.com/TipeIO)
22

33
* **I'm submitting a ...**
44
[ ] bug report
@@ -28,7 +28,7 @@ https://plnkr.co or similar (you can use this template as a starting point: http
2828

2929
* **Please tell us about your environment:**
3030

31-
- Angular version: 2.0.0-beta.X
31+
- Angular version: 4.x.x
3232
- Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
3333

3434

README.md

+18-19
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ ___
1111
[![Build Status](https://travis-ci.org/gdi2290/angular-starter.svg?branch=master)](https://travis-ci.org/gdi2290/angular-starter)
1212
[![GitHub version](https://badge.fury.io/gh/gdi2290%2Fangular-starter.svg)](https://badge.fury.io/gh/gdi2290%2Fangular-starter)
1313
[![Dependency Status](https://david-dm.org/gdi2290/angular-starter.svg)](https://david-dm.org/gdi2290/angular-starter)
14-
[![Stack Share](http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](http://stackshare.io/angularclass/angular-2-webpack-starter)
14+
[![Stack Share](http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](http://stackshare.io/gdi2290/angular-starter)
1515

1616
<p align="center">
1717
<a href="https://onespeed.io" target="_blank">
1818
<img src="https://cloud.githubusercontent.com/assets/1016365/26219144/aa986cfa-3bdb-11e7-9f04-7296dc9ae945.png" alt="Angular Starter" />
1919
</a>
2020
</p>
2121

22-
# Angular Webpack Starter [![Join the chat at https://gitter.im/gdi2290/angular-starter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gdi2290/angular-starter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22+
# Angular Webpack Starter [![Join the chat at https://gitter.im/angularclass/angular2-webpack-starter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angularclass/angular2-webpack-starter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2323

2424

2525
> An Angular starter kit featuring [Angular 5](https://angular.io), [Ahead of Time Compile](https://angular.io/docs/ts/latest/cookbook/aot-compiler.html), [Router](https://angular.io/docs/ts/latest/guide/router.html), [Forms](https://angular.io/docs/ts/latest/guide/forms.html),
2626
[Http](https://angular.io/docs/ts/latest/guide/server-communication.html),
2727
[Services](https://gist.github.com/gdi2290/634101fec1671ee12b3e#_follow_@AngularClass_on_twitter),
28-
[Tests](https://angular.io/docs/ts/latest/guide/testing.html), [E2E](https://angular.github.io/protractor/#/faq#what-s-the-difference-between-karma-and-protractor-when-do-i-use-which-)), [Karma](https://karma-runner.github.io/), [Protractor](https://angular.github.io/protractor/), [Jasmine](https://github.com/jasmine/jasmine), [Istanbul](https://github.com/gotwarlost/istanbul), [TypeScript](http://www.typescriptlang.org/), [@types](https://www.npmjs.com/~types), [TsLint](http://palantir.github.io/tslint/), [Codelyzer](https://github.com/mgechev/codelyzer), [Hot Module Replacement](https://webpack.github.io/docs/hot-module-replacement-with-webpack.html), and [Webpack](http://webpack.github.io/) by [AngularClass](https://angularclass.com).
28+
[Tests](https://angular.io/docs/ts/latest/guide/testing.html), [E2E](https://angular.github.io/protractor/#/faq#what-s-the-difference-between-karma-and-protractor-when-do-i-use-which-)), [Karma](https://karma-runner.github.io/), [Protractor](https://angular.github.io/protractor/), [Jasmine](https://github.com/jasmine/jasmine), [Istanbul](https://github.com/gotwarlost/istanbul), [TypeScript](http://www.typescriptlang.org/), [@types](https://www.npmjs.com/~types), [TsLint](http://palantir.github.io/tslint/), [Codelyzer](https://github.com/mgechev/codelyzer), [Hot Module Replacement](https://webpack.github.io/docs/hot-module-replacement-with-webpack.html), and [Webpack](http://webpack.github.io/) by [Tipe](https://tipe.io).
2929

30-
> If you're looking for Angular 1.x please use [NG6-starter](https://github.com/angularclass/NG6-starter)
30+
> If you're looking for Angular 1.x please use [NG6-starter](https://github.com/gdi2290/NG6-starter)
3131
> If you're looking to learn about Webpack and ES6 Build Tools check out [ES6-build-tools](https://github.com/AngularClass/ES6-build-tools)
3232
> If you're looking to learn TypeScript see [TypeStrong/learn-typescript](https://github.com/TypeStrong/learn-typescript)
33-
> If you're looking for something easier to get started with then see the angular-seed that I also maintain [AngularClass/angular-seed](https://github.com/AngularClass/angular-seed)
33+
> If you're looking for something easier to get started with then see the angular-seed that I also maintain [gdi2290/angular-seed](https://github.com/gdi2290/angular-seed)
3434
3535
This seed repo serves as an Angular starter for anyone looking to get up and running with Angular and TypeScript fast. Using a [Webpack 3](https://webpack.js.org) for building our files and assisting with boilerplate. We're also using Protractor for our end-to-end story and Karma for our unit tests.
3636
* Best practices in file and application organization for Angular.
@@ -44,7 +44,7 @@ This seed repo serves as an Angular starter for anyone looking to get up and run
4444
* Coverage with Istanbul and Karma
4545
* End-to-end Angular app testing using Protractor.
4646
* Type manager with @types
47-
* Hot Module Replacement with Webpack and [@angularclass/hmr](https://github.com/angularclass/angular-hmr) and [@angularclass/hmr-loader](https://github.com/angularclass/angular-hmr-loader)
47+
* Hot Module Replacement with Webpack and [@gdi2290/hmr](https://github.com/gdi2290/angular-hmr) and [@gdi2290/hmr-loader](https://github.com/gdi2290/angular-hmr-loader)
4848

4949
### Quick start
5050
**Make sure you have Node version >= 6.0 and NPM >= 3**
@@ -53,7 +53,7 @@ This seed repo serves as an Angular starter for anyone looking to get up and run
5353
```bash
5454
# clone our repo
5555
# --depth 1 removes all but one .git commit history
56-
git clone --depth 1 https://github.com/AngularClass/angular-starter.git
56+
git clone --depth 1 https://github.com/gdi2290/angular-starter.git
5757

5858
# change directory to our repo
5959
cd angular-starter
@@ -322,27 +322,27 @@ import * as _ from 'lodash';
322322

323323
# Frequently asked questions
324324
* What's the current browser support for Angular?
325-
* Please view the updated list of [browser support for Angular 2](https://github.com/angularclass/awesome-angular2#current-browser-support-for-angular-2)
325+
* Please view the updated list of [browser support for Angular](https://github.com/gdi2290/awesome-angular#current-browser-support-for-angular)
326326
* Why is my service, aka provider, is not injecting parameter correctly?
327327
* Please use `@Injectable()` for your service for typescript to correctly attach the metadata (this is a TypeScript problem)
328328
* Where do I write my tests?
329329
* You can write your tests next to your component files. See [`/src/app/home/home.component.spec.ts`](/src/app/home/home.component.spec.ts)
330330
* How do I start the app when I get `EACCES` and `EADDRINUSE` errors?
331331
* The `EADDRINUSE` error means the port `3000` is currently being used and `EACCES` is lack of permission for webpack to build files to `./dist/`
332332
* How to use `sass` for css?
333-
* * `loaders: ['raw-loader','sass-loader']` and `@Component({ styleUrls: ['./filename.scss'] })` see Wiki page [How to include SCSS in components](https://github.com/AngularClass/angular-starter/wiki/How-to-include-SCSS-in-components), or issue [#136](https://github.com/AngularClass/angular-starter/issues/136) for more information.
333+
* * `loaders: ['raw-loader','sass-loader']` and `@Component({ styleUrls: ['./filename.scss'] })` see Wiki page [How to include SCSS in components](https://github.com/gdi2290/angular-starter/wiki/How-to-include-SCSS-in-components), or issue [#136](https://github.com/gdi2290/angular-starter/issues/136) for more information.
334334
* How do I test a Service?
335-
* See issue [#130](https://github.com/AngularClass/angular-starter/issues/130#issuecomment-158872648)
335+
* See issue [#130](https://github.com/gdi2290/angular-starter/issues/130#issuecomment-158872648)
336336
* How do I add `vscode-chrome-debug` support?
337-
* The VS Code chrome debug extension support can be done via `launch.json` see issue [#144](https://github.com/AngularClass/angular-starter/issues/144#issuecomment-164063790)
337+
* The VS Code chrome debug extension support can be done via `launch.json` see issue [#144](https://github.com/gdi2290/angular-starter/issues/144#issuecomment-164063790)
338338
* How do I make the repo work in a virtual machine?
339-
* You need to use `0.0.0.0` so revert these changes [#205](https://github.com/AngularClass/angular-starter/pull/205/files)
339+
* You need to use `0.0.0.0` so revert these changes [#205](https://github.com/gdi2290/angular-starter/pull/205/files)
340340
* What are the naming conventions for Angular?
341-
* please see issue [#185](https://github.com/AngularClass/angular-starter/issues/185) and PR [196](https://github.com/AngularClass/angular-starter/pull/196)
341+
* please see issue [#185](https://github.com/gdi2290/angular-starter/issues/185) and PR [196](https://github.com/gdi2290/angular-starter/pull/196)
342342
* How do I include bootstrap or jQuery?
343-
* please see issue [#215](https://github.com/AngularClass/angular-starter/issues/215) and [#214](https://github.com/AngularClass/angular-starter/issues/214#event-511768416)
343+
* please see issue [#215](https://github.com/gdi2290/angular-starter/issues/215) and [#214](https://github.com/gdi2290/angular-starter/issues/214#event-511768416)
344344
* How do I async load a component?
345-
* see wiki [How-do-I-async-load-a-component-with-AsyncRoute](https://github.com/AngularClass/angular-starter/wiki/How-do-I-async-load-a-component-with-AsyncRoute)
345+
* see wiki [How-do-I-async-load-a-component-with-AsyncRoute](https://github.com/gdi2290/angular-starter/wiki/How-do-I-async-load-a-component-with-AsyncRoute)
346346
* Error: Cannot find module 'tapable'
347347
* Remove `node_modules/` and run `npm cache clean` then `npm install`
348348
* How do I turn on Hot Module Replacement
@@ -355,17 +355,16 @@ import * as _ from 'lodash';
355355
* check out https://github.com/cnpm/cnpm
356356
* node-pre-gyp ERR in npm install (Windows)
357357
* often happens when you're behind proxy and proxy wasn't configured in the npm as it tries to download binary package from the github and if it fails to do so, it will try to compile node-sass from the source codes
358-
* install Python x86 version 2.x and on windows see issue [#626](https://github.com/AngularClass/angular-starter/issues/626)
358+
* install Python x86 version 2.x and on windows see issue [#626](https://github.com/gdi2290/angular-starter/issues/626)
359359
* `Error:Error: Parse tsconfig error [{"messageText":"Unknown compiler option 'lib'.","category":1,"code":5023},{"messageText":"Unknown compiler option 'strictNullChecks'.","category":1,"code":5023},{"messageText":"Unknown compiler option 'baseUrl'.","category":1,"code":5023},{"messageText":"Unknown compiler option 'paths'.","category":1,"code":5023},{"messageText":"Unknown compiler option 'types'.","category":1,"code":5023}]`
360360
* remove `node_modules/typescript` and run `npm install typescript@beta`. This repo now uses ts 2.0
361361
* "There are multiple modules with names that only differ in casing"
362-
* change `c:\[path to angular-starter]` to `C:\[path to angular-starter]` see [926#issuecomment-245223547](https://github.com/AngularClass/angular-starter/issues/926#issuecomment-245223547)
362+
* change `c:\[path to angular-starter]` to `C:\[path to angular-starter]` see [926#issuecomment-245223547](https://github.com/gdi2290/angular-starter/issues/926#issuecomment-245223547)
363363

364364
# Support, Questions, or Feedback
365365
> Contact us anytime for anything about this repo or Angular
366366
367-
* [Chat: AngularClass.slack](http://angularclass.com/member-join/)
368-
* [Twitter: @AngularClass](https://twitter.com/AngularClass)
367+
* [Twitter: @TipeIO](https://twitter.com/TipeIO)
369368
* [Gitter: AngularClass/angular2-webpack-starter](https://gitter.im/angularclass/angular2-webpack-starter)
370369

371370
# Deployment

config/karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author: @AngularClass
2+
* @author: tipe.io
33
*/
44

55
module.exports = function (config) {

config/protractor.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author: @AngularClass
2+
* @author: tipe.io
33
*/
44

55
require('ts-node/register');

config/spec-bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author: @AngularClass
2+
* @author: tipe.io
33
*/
44

55
/**

config/webpack.common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author: @AngularClass
2+
* @author: tipe.io
33
*/
44

55
const helpers = require('./helpers');

config/webpack.dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author: @AngularClass
2+
* @author: tipe.io
33
*/
44

55
const helpers = require('./helpers');

config/webpack.github-deploy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author: @AngularClass
2+
* @author: tipe.io
33
*/
44
const fs = require('fs');
55
const path = require('path');

config/webpack.prod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author: @AngularClass
2+
* @author: tipe.io
33
*/
44
const helpers = require('./helpers');
55
const buildUtils = require('./build-utils');

config/webpack.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author: @AngularClass
2+
* @author: tipe.io
33
*/
44

55
const helpers = require('./helpers');

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author: @AngularClass
2+
* @author: tipe.io
33
*/
44

55
/**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-starter",
33
"version": "7.0.0",
4-
"description": "An Angular Webpack Starter kit featuring Angular (Router, Http, Forms, Services, Tests, E2E, Coverage), Karma, Protractor, Jasmine, Istanbul, TypeScript, and Webpack by AngularClass",
4+
"description": "An Angular Webpack Starter kit featuring Angular (Router, Http, Forms, Services, Tests, E2E, Coverage), Karma, Protractor, Jasmine, Istanbul, TypeScript, and Webpack by Tipe.io",
55
"keywords": [
66
"angular",
77
"angular2",

protractor.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author: @AngularClass
2+
* @author: tipe.io
33
*/
44

55
/**

src/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export class AppComponent implements OnInit {
7777
}
7878

7979
/**
80-
* Please review the https://github.com/AngularClass/angular2-examples/ repo for
80+
* Please review the https://github.com/AngularClass/angular-examples/ repo for
8181
* more angular app examples that you may copy/paste
8282
* (The examples may not be updated as quickly. Please open an issue on github for us to update it)
8383
* For help or questions please contact us at @AngularClass on twitter

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author: @AngularClass
2+
* @author: tipe.io
33
*/
44

55
/**

0 commit comments

Comments
 (0)