docs(aio): update migrated content from anguar.io

This commit is contained in:
Peter Bacon Darwin
2017-03-27 16:08:53 +01:00
committed by Pete Bacon Darwin
parent ff82756415
commit fd72fad8fd
1901 changed files with 20145 additions and 45127 deletions

View File

@ -8,7 +8,6 @@ import { Phone, PhoneData } from '../core/phone/phone.service';
import { RouteParams } from '../ajs-upgraded-providers';
@Component({
moduleId: module.id,
templateUrl: 'phone-detail.template.html',
})
export class PhoneDetailComponent {

View File

@ -6,7 +6,6 @@ import { Component } from '@angular/core';
import { Phone, PhoneData } from '../core/phone/phone.service';
@Component({
moduleId: module.id,
templateUrl: 'phone-list.template.html'
})
export class PhoneListComponent {

View File

@ -1,5 +0,0 @@
{
"port": 8000,
"files": ["./aot/**/*.{html,htm,css,js}"],
"server": { "baseDir": "./aot" }
}