文字列と変数の値を渡す時、記述が少しだけ違います。
// 文字列を渡したい時
<app-example testText="hogehoge"></app-example>
// 変数を渡したい時
<app-example [testText]="hogehoge"></app-example>
簡単ですね。
– Bucket of cotegg –
投稿日:
文字列と変数の値を渡す時、記述が少しだけ違います。
// 文字列を渡したい時
<app-example testText="hogehoge"></app-example>
// 変数を渡したい時
<app-example [testText]="hogehoge"></app-example>
簡単ですね。
執筆者:asakos
関連記事
【Android/ionic】これさえやればOK!アプリ公開への道
どうも、中田です。 ionicでHTML5/CSSハイブリッドアプリ開発してるん …
【Rails】productionモードでCSSの画像が表示されない
どうも中田です。 css内で画像を設定して、productionモードで動かすと …
[Rails]「どのブラウザからのアクセスか」を判別する方法
こんにちは。たなかです。 前回以下のような記事を書きました。 [R …
Siriに笑って欲しいから [iOS 11、macOS High Sierra](「Siri」の笑い声まとめ)
iPhone Xが発売されて巷はiPhone Xの記事ばかり。 なんとなく見てい …
2020/05/31
【Angular】component.htmlをprettierで整形する
2020/05/24
【Angular】Full calendarで横スクロールを実装
2020/05/10
document.querySelectorで色々なDOMを取得する
2020/05/09
Quarantine Improvement: Creating Anything