2016-05-18 15:53:13 +02:00
|
|
|
import { Component } from '@angular/core';
|
|
|
|
|
|
|
|
@Component({
|
|
|
|
selector: 'sg-app',
|
2016-09-27 03:58:10 -04:00
|
|
|
template: `
|
|
|
|
<input type="text" tohValidator>
|
|
|
|
<textarea tohValidator2></textarea>`
|
2016-05-18 15:53:13 +02:00
|
|
|
})
|
|
|
|
export class AppComponent { }
|