Skip to content

Commit 34f3c8d

Browse files
IsmaestroIsmael Ramos
authored andcommitted
feat(repo name): updated repo name to angular4-example-app
1 parent b81c0a1 commit 34f3c8d

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.angular-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"project": {
3-
"name": "angular-example-app"
3+
"name": "angular4-example-app"
44
},
55
"apps": [
66
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
55
### Demo
66

7-
Live demo [here](https://ismaestro.github.io/angular-example-app/)!
7+
Live demo [here](https://ismaestro.github.io/angular4-example-app/)!
88

9-
![angular-example-app](http://i68.tinypic.com/4vst21.jpg)
9+
![angular4-example-app](http://i68.tinypic.com/4vst21.jpg)
1010

1111
## Usage
1212

e2e/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {AngularTOHPage} from './app.po';
22

3-
describe('angular-hero-cli App', function () {
3+
describe('angular4-hero-cli App', function () {
44
let page: AngularTOHPage;
55

66
beforeEach(() => {

e2e/hero-create-new.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {AngularTOHPage} from './app.po';
22

3-
describe('angular-hero-cli App', function () {
3+
describe('angular4-example-app', function () {
44
let page: AngularTOHPage;
55

66
beforeEach(() => {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "angular-example-app",
2+
"name": "angular4-example-app",
33
"version": "1.0.8",
44
"license": "MIT",
55
"scripts": {
66
"start": "ng serve",
7-
"deploy": "npm version patch; ng build --prod --base-href /angular-example-app/ && angular-cli-ghpages",
7+
"deploy": "npm version patch; ng build --prod --base-href /angular4-example-app/ && angular-cli-ghpages",
88
"tslint": "tslint \"src/**/*.ts\"; exit 0",
99
"test": "ng test",
1010
"e2e": "npm run pree2e | protractor",

src/app/core/nav/nav.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</a>
66
<div class="flex-spacer"></div>
77
<iframe
8-
src="https://ghbtns.com/github-btn.html?user=ismaestro&repo=angular-example-app&type=star&count=true&size=small"
8+
src="https://ghbtns.com/github-btn.html?user=ismaestro&repo=angular4-example-app&type=star&count=true&size=small"
99
frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
1010
<toh-hero-search></toh-hero-search>
1111
<button md-icon-button [mdMenuTriggerFor]="menu">

0 commit comments

Comments
 (0)