從'@ angular/core'導入{Component};Angular2中的iframe
@Component({
selector: 'my-app',
template: `<h1>Hello {{name}}</h1>
<iframe src="http://hssa:1021/Home?testRequestId=+[testRequestId]+" allowfullscreen></iframe>`,
})
export class AppComponent {
name = 'Angular';
testRequestId = '3224';
}
我有我的.ts文件,如上所述。如何將testRequestId傳遞給html。
的可能的複製[如何設置角2 IFRAME SRC而不引起\'不安全值\'例外?](http://stackoverflow.com/questions/38037760/how-to-set-iframe- src-in-angular-2-without-cause-unsafe-value-exception) – vinagreti