12 lines
No EOL
266 B
Text
12 lines
No EOL
266 B
Text
//import {Component} from "@angular/core";
|
|
//
|
|
//@Component({
|
|
// selector: "den-option",
|
|
// template: `
|
|
// <option id="{{id}}">{{displayName}}</option>
|
|
// `
|
|
//})
|
|
//export class OptionComponent {
|
|
// public id:string;
|
|
// public displayName:string;
|
|
//} |