docs(aio): fix missing title warnings

This commit provides missing titles for Press kit.
License appears not to want a title.
ngmodule and resources2 are no longer needed.
This commit is contained in:
Peter Bacon Darwin 2017-05-03 14:13:11 +01:00 committed by Matias Niemelä
parent 464701a899
commit f29c6bbc6f
4 changed files with 6 additions and 203 deletions

View File

@ -1,16 +0,0 @@
@description
<style>
h4 {font-size: 17px !important; text-transform: none !important;}
.syntax { font-family: Consolas, 'Lucida Sans', Courier, sans-serif; color: black; font-size: 85%; }
</style>
This guide has been withdrawn.
The essential information about this feature
is in the [Structural Directives](guide/structural-directives#ngcontainer) guide.
The original draft has been retained for possible future use.

View File

@ -1,3 +1,5 @@
@title
@description
The MIT License
Copyright (c) 2014-2017 Google, Inc.

View File

@ -1,3 +1,4 @@
<h1>Press Kit</h1>
<div class="presskit-container l-space-neg-top-8">
<div class="presskit-row">
<div class="presskit-inner">
@ -5,7 +6,7 @@
<h2>ANGULAR LOGO</h2>
<p>
The logo graphics available for download on this page are provided under
<a class="cc-by-anchor" target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
<a class="cc-by-anchor" href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
This means that you can pretty much do what you like with it including printing it on shirts, creating your own variations, or getting it tattooed over your navel.
</p>
<p>We do ask that you not use the rest of the site graphics in other contexts to avoid confusion.</p>
@ -125,10 +126,10 @@
</ol>
<p>AngularJS projects should use the
<a href="/assets/images/logos/angularjs/AngularJS-Shield.svg" target="_blank" title="AngularJS logo">
<a href="assets/images/logos/angularjs/AngularJS-Shield.svg" title="AngularJS logo">
original AngularJS logo</a> / icon, and not the Angular icon.</p>
<img src="/assets/images/logos/angularjs/AngularJS-Shield.svg" alt="AngularJS Logo" style="margin-left:20px;" >
<img src="assets/images/logos/angularjs/AngularJS-Shield.svg" alt="AngularJS Logo" style="margin-left:20px;" >
<h3>Angular Material</h3>

View File

@ -1,184 +0,0 @@
@description
<h2>
Victor Savkin's Blog Posts
</h2>
<ul>
<li>
<a href="http://victorsavkin.com/post/137821436516/managing-state-in-angular-2-applications"> Managing State in Angular 2 Applications </a>
</li>
<li>
<a href="http://victorsavkin.com/post/114168430846/two-phases-of-angular-2-applications">Two Phases of Angular 2 Applications</a>
</li>
<li>
<a href="http://angularjs.blogspot.com/2015/03/forms-in-angular-2.html">Forms in Angular 2</a>
</li>
<li>
<a href="http://victorsavkin.com/post/110170125256/change-detection-in-angular-2">Change detection</a>
</li>
<li>
<a href="http://victorsavkin.com/post/108837493941/better-support-for-functional-programming-in">Functional programming </a>
</li>
<li>
<a href="http://victorsavkin.com/post/102965317996/angular-2-bits-unified-dependency-injection">Dependency injection</a>
</li>
</ul>
<h2>
<span class="icon-play-circle-outline"></span> Videos
</h2>
<h4>
Intro Videos
</h4>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=uD6Okha_Yj0">Building a Todo App</a> by David East
</li>
<li>
<a href="https://www.youtube.com/watch?v=4C4bmDOV5hk">Angular 2 Forms</a> by David East
</li>
</ul>
<h4>
ng-conf
</h4>
<ul>
<li>
Playlist <a href="https://www.youtube.com/watch?v=QHulaj5ZxbI&index=1&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">of ng-conf 2015 videos</a>.
</li>
<li>
<a href="https://www.youtube.com/watch?v=QHulaj5ZxbI&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">Day 1 Keynote</a>: a broad overview of Angular 2, migration, and where we are headed.
</li>
<li>
<a href="https://www.youtube.com/watch?v=-dMBcqwvYA0&index=21&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">Day 2 Keynote</a>: Misko and Rado do a deep-dive on Angular 2 details.
</li>
<li>
<a href="https://www.youtube.com/watch?v=AbunztfV5vU&index=6&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">Creating Container Components with Web Components in Angular</a>: Kara Erickson &amp; Rachael L Moore.
</li>
<li>
<a href="https://www.youtube.com/watch?v=jvKGQSFQf10&index=31&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7">Change Detection Reinvented</a>: Why Angular 2 change detection is fast out of the box and options for developers to make it even faster.
</li>
</ul>
<h4>
ng-europe
</h4>
<ul>
<li>
Oct 2014 <a href="https://www.youtube.com/watch?v=lGdnh8QSPPk&list=PLhc_bKwZngxW_ZlY0NkaGkvKpiA_pzcZ-">playlist of ng-europe videos on Angular 2</a> and the future of Angular.
</li>
</ul>
<h2>
<span class="icon-content-copy"></span> API Design Docs &amp; Notes
</h2>
<ul>
<li>
<a href="https://drive.google.com/open?id=0B7GYXx6a6d8QR3lTT1J3MEpRSlE&authuser=0">Best Practices</a>
</li>
<li>
<a href="https://drive.google.com/open?id=0BxgtL8yFJbacUnUxc3l5aTZrbVk&authuser=0">API Design Docs</a>
</li>
<li>
<a href="https://drive.google.com/open?id=0BxgtL8yFJbacMEZDc2NtWS1VZ1k&authuser=0">Meeting Notes</a>
</li>
<li>
<a href="https://drive.google.com/open?id=0BxgtL8yFJbaceGc2dlhGQnMzYXc&authuser=0">Presentations</a>
</li>
<li>
<a href="http://goo.gl/sj0Nk1">More...</a>
</li>
</ul>