Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/integration/hello_world__closure/src/hello-world.component.ts

13 lines
281 B
TypeScript
Raw Normal View History

test: closure integration test for change detection (#14691)
2017-03-01 08:05:22 -08:00
import {Component} from '@angular/core';
test(integration): add an env for testing closure builds (#14130) * feat: add an env for testing closure builds * build(npm): add dev dependency on yarn (and remove dev props for readability) * build: refactor integration test runner
2017-01-27 09:17:50 -08:00
@Component({
selector: 'hello-world-app',
test: closure integration test for change detection (#14691)
2017-03-01 08:05:22 -08:00
template: `
<div>Hello {{ name }}!</div>
<input type="text" [value]="name" (input)="name = $event.target.value"/>
`,
test(integration): add an env for testing closure builds (#14130) * feat: add an env for testing closure builds * build(npm): add dev dependency on yarn (and remove dev props for readability) * build: refactor integration test runner
2017-01-27 09:17:50 -08:00
})
export class HelloWorldComponent {
name: string = 'world';
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 241ms Template: 2ms
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