docs: getting started updated for accuracy and style (#26093)

PR Close #26093
This commit is contained in:
jenniferfell
2018-09-24 16:45:42 -06:00
committed by Miško Hevery
parent 9e32dc7c95
commit b2db32b715
4 changed files with 101 additions and 558 deletions

View File

@ -2,7 +2,7 @@
import { Component } from '@angular/core';
// #enddocregion import
// #docregion metadata
// #docregion metadata, component
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
@ -13,4 +13,4 @@ import { Component } from '@angular/core';
export class AppComponent {
title = 'My First Angular App!';
}
// #enddocregion title, class
// #enddocregion title, class, component