Logo
Explore Help
Sign In
iSharkFly-Docs/angular-docs-cn
1
0
Fork 0
You've already forked angular-docs-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-docs-cn/public/docs/_examples/architecture/ts/app/app.component.ts

15 lines
276 B
TypeScript
Raw Normal View History

docs: split intro into separate chapters, shuffle code, update to alph52 closes #483 A major refactoring of the intro chapters includes text revision and the addition of "module" as an 8th "basic building block". Incorporates John Papa feedback.
2015-12-11 15:37:35 -08:00
// #docregion import
docs: update all docs to partially comply the style-guide
2016-05-03 14:06:32 +02:00
import { Component } from '@angular/core';
docs: split intro into separate chapters, shuffle code, update to alph52 closes #483 A major refactoring of the intro chapters includes text revision and the addition of "module" as an 8th "basic building block". Incorporates John Papa feedback.
2015-12-11 15:37:35 -08:00
// #enddocregion import
@Component({
selector: 'my-app',
docs(architecture): move diagram up; elab on svcs; add LC Hooks links
2015-12-17 13:49:33 -08:00
template: `
docs(rc5): update docs and plunkers for rc5
2016-08-09 17:38:25 +01:00
<hero-list></hero-list>
<sales-tax></sales-tax>
`
docs: split intro into separate chapters, shuffle code, update to alph52 closes #483 A major refactoring of the intro chapters includes text revision and the addition of "module" as an 8th "basic building block". Incorporates John Papa feedback.
2015-12-11 15:37:35 -08:00
})
// #docregion export
export class AppComponent { }
chore: update to rc.0
2016-04-27 11:28:22 -07:00
// #enddocregion export
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 79ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API