2017-04-18 15:51:17 -04:00
@title
Angular Docs
@description
< div class = "card-container clearfix" >
< a href = "./guide/quickstart" class = "card" >
< h2 > Quickstart< / h2 >
< p > A quick look at an Angular application.< / p >
< p class = "card-footer" > View Quickstart< / p >
< / a >
< a href = "guide/learning-angular" class = "card" >
< h2 > Getting Started< / h2 >
< p > A beginner's guide to basic Angular concepts.< / p >
< p class = "card-footer" > View Getting Started< / p >
< / a >
< a href = "tutorial" class = "card" >
< h2 > Tutorial< / h2 >
< p > The "Tour of Heroes" tutorial, a step-by-step.< / p >
< p class = "card-footer" > View Tutorial< / p >
< / a >
< a href = "api" class = "card" >
< h2 > API Reference< / h2 >
< p > The developer's reference to Angular classes, methods, etc.< / p >
< p class = "card-footer" > View API Reference< / p >
< / a >
2017-04-21 20:18:24 -04:00
< a href = "guide/fundamentals" class = "card" >
2017-04-18 15:51:17 -04:00
< h2 > Core Guide< / h2 >
2017-04-21 20:18:24 -04:00
< p > The Fundamentals of Angular.< / p >
< p class = "card-footer" > View Fundamentals< / p >
2017-04-18 15:51:17 -04:00
< / a >
2017-04-21 20:18:24 -04:00
< a href = "guide/techniques" class = "card" >
< h2 > Angular Techniques< / h2 >
< p > Techniques for setting up, configuring, and deploying your application.< / p >
< p class = "card-footer" > View Techniques< / p >
2017-04-18 15:51:17 -04:00
< / a >
< div >
This is the Angular **version 4** documentation. See what's new in the [documentation changelog ](guide/change-log ). View the [Angular change log ](https://github.com/angular/angular/blob/master/CHANGELOG.md ) for enhancement and fixes to Angular itself.
The Angular **version 2** documentation has been archived at [v2.angular.io ](https://v2.angular.io "Angular v2 Docs" ).