docs(aio): update reactive-forms to CLI (#20019)

PR Close #20019
This commit is contained in:
Jesus Rodriguez
2017-10-30 16:29:00 +01:00
committed by Jason Aden
parent 9608b0636d
commit 6ca780178c
36 changed files with 127 additions and 131 deletions

View File

@ -3,10 +3,7 @@ import { Component } from '@angular/core';
@Component({
selector: 'app-root',
template: `
<div class="container">
<h1>Reactive Forms</h1>
<app-hero-list></app-hero-list>
</div>`
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent { }