Skip to content

Commit

Permalink
fix: replace references to Angular 2 by Angular in steps
Browse files Browse the repository at this point in the history
  • Loading branch information
nlm-pro committed Nov 25, 2018
1 parent 3be7bc6 commit 1c67295
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion steps/binding-solution/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/binding/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class HomeComponent implements OnInit {
name:string;

constructor() {
this.name = 'Angular 2';
this.name = 'Angular';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion steps/binding/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class HomeComponent implements OnInit {
name: string;

constructor() {
this.name = 'Angular 2';
this.name = 'Angular';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion steps/cpt-hierarchy-solution/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/cpt-hierarchy/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export class PeopleAppComponent {
name: string;

constructor() {
this.name = 'Angular 2';
this.name = 'Angular';
}
}
2 changes: 1 addition & 1 deletion steps/cpt-hierarchy/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class HomeComponent implements OnInit {
name:string;

constructor() {
this.name = 'Angular 2';
this.name = 'Angular';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion steps/cpt-hierarchy/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/events-solution/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/events/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/form-b-solution/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/form-b/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/form-solution/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/form/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/hands-on-solution/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export class PeopleAppComponent {
name: string;

constructor() {
this.name = 'Angular 2';
this.name = 'Angular';
}
}
2 changes: 1 addition & 1 deletion steps/http-solution/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/http/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/input-b/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/input-solution/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/input/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/ngfor-solution/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/ngfor/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/ngg-solution/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export class PeopleAppComponent {
name: string;

constructor() {
this.name = 'Angular 2';
this.name = 'Angular';
}
}
2 changes: 1 addition & 1 deletion steps/ngg-solution/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class HomeComponent implements OnInit {
name:string;

constructor() {
this.name = 'Angular 2';
this.name = 'Angular';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion steps/ngg-solution/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/ngg/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export class PeopleAppComponent {
name: string;

constructor() {
this.name = 'Angular 2';
this.name = 'Angular';
}
}
2 changes: 1 addition & 1 deletion steps/output-solution/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/output/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/router-solution/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion steps/router/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular2200</title>
<title>Angular200</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 1c67295

Please sign in to comment.