Skip to content

Commit d3bcf52

Browse files
authored
Add more Angular (#307)
1 parent 9e9675e commit d3bcf52

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/angular/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ mission-critical apps that bring in much of Google’s revenue.
1212

1313
<div class="button-container">
1414
<div>
15-
<a href="/guides/get-started" class="btn btn-default btn-lg">Get started</a>
15+
<a href="/guides/get-started" class="btn btn-default btn-lg">Get started with Dart</a>
1616
&nbsp;&nbsp;
17-
<a href="/angular/guide" class="btn btn-lg">Read the docs</a>
17+
<a href="/angular/guide" class="btn btn-lg">Read AngularDart docs</a>
1818
</div>
1919

2020
<em>Latest version:

src/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<div class="content">
1010
<h2>Build web apps in a modern language, using<br>stable libraries and solid tools.</h2>
1111
<a href="/guides/get-started" class="btn btn-default btn-lg">Get Started</a>
12+
&nbsp;&nbsp;
13+
<a href="/angular" class="btn btn-default btn-lg">About AngularDart</a>
1214
</div>
1315
</div>
1416
</section>
@@ -19,7 +21,8 @@ <h2>Build web apps in a modern language, using<br>stable libraries and solid too
1921
<div class="col-sm-5 col-lg-4">
2022
<div class="content">
2123
<h2>Used in production</h2>
22-
<p>Google builds many critical web apps in <a href="{{site.dartlang}}" class="no-automatic-external">Dart</a>. The next generation of Google AdWords is built in it. Google Fiber&rsquo;s latest web app is built in it. So is Google&rsquo;s internal CRM.</p>
24+
<p>Google builds many critical web apps in <a href="{{site.dartlang}}" class="no-automatic-external">Dart</a>,
25+
often with <a href="/angular">AngularDart</a>. The next generation of Google AdWords is built in Dart. Google Fiber&rsquo;s latest web app is built in it. So is Google&rsquo;s internal CRM.</p>
2326
<p>Outside Google, amazing companies like Wrike, Blossom, Workiva, and DGLogik have been building their products in Dart.</p>
2427
</div>
2528
</div>
@@ -134,7 +137,7 @@ <h2>Great with Angular</h2>
134137
<div class="col-sm-5 col-lg-6">
135138
<div class="content">
136139
<p>
137-
You can do Dart web development with whatever web framework (or lack of one) you choose. We recommend Angular 2 for Dart.
140+
You can do Dart web development with whatever web framework (or lack of one) you choose. We recommend <a href="/angular">AngularDart</a>.
138141
</p>
139142
<p>
140143
Google uses this framework+language combo in production, and invests heavily in its development.
@@ -230,6 +233,8 @@ <h2>Loved by developers</h2>
230233
<div class="content">
231234
<p class="text-center">
232235
<a href="/guides/get-started" class="btn btn-primary btn-lg">Get Started</a>
236+
&nbsp;&nbsp;
237+
<a href="/angular" class="btn btn-primary btn-lg">About AngularDart</a>
233238
</p>
234239
</div>
235240
</div>

0 commit comments

Comments
 (0)