Select组件目录结构
/src
/app
/select
/select.ts
/select.html
/select.css
/options.ts
/index.ts
//select.ts
import { Component, ContentChildren, ViewChild, Input, Output, EventEmitter, QueryList, HostListener } from '@angular/core';
import { NzOptionDirective } from './option';