19 lines
455 B
Text
19 lines
455 B
Text
|
//import {Component} from "@angular/core";
|
||
|
//
|
||
|
//import {OptionComponent} from "./option.component";
|
||
|
//
|
||
|
//@Component({
|
||
|
// selector: "den-selector",
|
||
|
// template: `
|
||
|
// <select>
|
||
|
// <span *ngFor="#option of options">
|
||
|
// <option id="{{option.id}}">{{option.displayName}}</option>
|
||
|
// </span>
|
||
|
// </select>
|
||
|
// `,
|
||
|
// directives: [OptionComponent]
|
||
|
//})
|
||
|
//export class SelectorComponent {
|
||
|
// private options:OptionComponent[];
|
||
|
//
|
||
|
//}
|