docs(aio): restore missing files (#16995)

This commit is contained in:
Jesús Rodríguez
2017-05-26 01:44:03 +02:00
committed by Chuck Jazdzewski
parent 4c5e28e53a
commit b37a0484d4
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,8 @@
// #docregion
import { Component } from '@angular/core';
@Component({
selector: 'my-app',
template: '<hero-form></hero-form>'
})
export class AppComponent { }