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/upgrade-adapter/ts/app/2-to-1-transclusion/hero-detail.component.ts

13 lines
197 B
TypeScript
Raw Normal View History

docs(upgrade) extend upgrade guide with UpgradeAdapter and preparation coverage closes #629 Also make minor improvements into the PhoneCat tutorial
2015-12-31 08:46:32 +02:00
// #docregion
export const heroDetailComponent = {
bindings: {
hero: '='
},
template: `
docs(upgrade): add E2E tests, update PhoneCat dependencies closes #1070 Separates UpgradeAdapter reference guide examples from the PhoneCat tutorial examples and update dependencies for phonecat upgrade examples
2016-04-11 15:36:53 +03:00
<h2>{{$ctrl.hero.name}}</h2>
docs(upgrade) extend upgrade guide with UpgradeAdapter and preparation coverage closes #629 Also make minor improvements into the PhoneCat tutorial
2015-12-31 08:46:32 +02:00
<div>
<ng-transclude></ng-transclude>
</div>
`
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 122ms Template: 4ms
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