Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/public/docs/_examples/attribute-directives/ts/app/highlight.directive.1.ts

10 lines
253 B
TypeScript
Raw Normal View History

docs(attribute-directives): code shuffle & alpha52 update closes #473
2015-12-10 20:27:41 -08:00
// #docregion
docs: update all docs to partially comply the style-guide
2016-05-03 14:06:32 +02:00
import { Directive, ElementRef, Input } from '@angular/core';
docs(attribute-directives): code shuffle & alpha52 update closes #473
2015-12-10 20:27:41 -08:00
docs(dev guide): attribute-directives - updated dart/ts code and new dart prose Mainly copyedits and prep for extension + example code cleanup & bug fix + fix bug in default color initialization
2016-05-06 07:42:01 -07:00
@Directive({ selector: '[myHighlight]' })
docs(tutorial): Part 3 improvements + input explanation Updated Attribute Directives chapter with appendix on input properties closes #576
2015-12-16 19:38:07 -08:00
export class HighlightDirective {
docs(attribute directives/TS/Dart): remove `Renderer`; improve text closes #757
2016-01-26 13:42:17 -08:00
constructor(el: ElementRef) {
el.nativeElement.style.backgroundColor = 'yellow';
docs(attribute-directives): code shuffle & alpha52 update closes #473
2015-12-10 20:27:41 -08:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 915ms Template: 31ms
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