我使用了ngx-bootstrap模态.但是当我使用mat-select内部时,我遇到了问题.在模态后面的mat-select选项显示.我已经这些解决方案在这里的解决方案,并 同时这一个
这是我的代码
<ng-template style="border: 0px ;z-index: 100" #editTemplate>
<mat-form-field>
<mat-select multiple placeholder="Multiple Cities" [(ngModel)]="currentCity" name="Paris" ariaLabel="cities[0]">
<mat-option *ngFor="let city of cities" [value]="city.value">
{{ city.viewValue }}
</mat-option>
</mat-select>
</mat-form-field>
<ng-template>
Run Code Online (Sandbox Code Playgroud) material-design angular2-template angular-material2 angular2-modal angular
我在数字海洋中有一个服务器滴,两个域指向该服务器 A.com 和 B.com 。我希望当 A.Com 被调用时,nginx 将其重定向到 B.com 并作为 B.com 服务器。例如,如果用户从浏览器 B.com 中点击 url,则应显示我的网站,但如果点击 A.com,则应打开同一网站,但域更改为 B.com