Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit f993315

Browse files
chalinkwalrath
authored andcommitted
chore(dart): complete the renaming of "Angular 2" to "Angular" (#2820)
Contributes to #2407 - Dropped the “2” in “Angular 2” and “angular2_*” where appropriate. - Did a partial sync of `_cache/guide/pipes.jade` - In quickstart, changed `Try changing the message to "Hello Angular 2!”` to `Try changing the message to "Hello Again Angular!”`.
1 parent d853a29 commit f993315

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+78
-79
lines changed

public/docs/_examples/lifecycle-hooks/dart/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html>
44

55
<head>
6-
<title>Angular 2 Lifecycle Hooks</title>
6+
<title>Angular Lifecycle Hooks</title>
77
<meta charset="UTF-8">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="styles.css">

public/docs/_examples/quickstart/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# #docregion
2-
name: angular2_quickstart
2+
name: angular_quickstart
33
description: QuickStart
44
version: 0.0.1
55
environment:

public/docs/_examples/quickstart/dart/web/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// #docregion
22
import 'package:angular2/platform/browser.dart';
33

4-
import 'package:angular2_quickstart/app_component.dart';
4+
import 'package:angular_quickstart/app_component.dart';
55

66
void main() {
77
bootstrap(AppComponent);

public/docs/_examples/toh-1/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# #docregion
2-
name: angular2_tour_of_heroes
2+
name: angular_tour_of_heroes
33
description: Tour of Heroes
44
version: 0.0.1
55
environment:

public/docs/_examples/toh-1/dart/web/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// #docregion pt1
22
import 'package:angular2/platform/browser.dart';
33

4-
import 'package:angular2_tour_of_heroes/app_component.dart';
4+
import 'package:angular_tour_of_heroes/app_component.dart';
55

66
void main() {
77
bootstrap(AppComponent);

public/docs/_examples/toh-2/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# #docregion
2-
name: angular2_tour_of_heroes
2+
name: angular_tour_of_heroes
33
description: Tour of Heroes
44
version: 0.0.1
55
environment:

public/docs/_examples/toh-2/dart/web/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'package:angular2/platform/browser.dart';
22

3-
import 'package:angular2_tour_of_heroes/app_component.dart';
3+
import 'package:angular_tour_of_heroes/app_component.dart';
44

55
void main() {
66
bootstrap(AppComponent);

public/docs/_examples/toh-3/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# #docregion
2-
name: angular2_tour_of_heroes
2+
name: angular_tour_of_heroes
33
description: Tour of Heroes
44
version: 0.0.1
55
environment:

public/docs/_examples/toh-3/dart/web/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// #docregion pt1
22
import 'package:angular2/platform/browser.dart';
33

4-
import 'package:angular2_tour_of_heroes/app_component.dart';
4+
import 'package:angular_tour_of_heroes/app_component.dart';
55

66
main() {
77
bootstrap(AppComponent);

public/docs/_examples/toh-4/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# #docregion
2-
name: angular2_tour_of_heroes
2+
name: angular_tour_of_heroes
33
description: Tour of Heroes
44
version: 0.0.1
55
environment:

0 commit comments

Comments
 (0)