文字列と変数の値を渡す時、記述が少しだけ違います。
// 文字列を渡したい時
<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
関連記事
[Angular]リアクティブフォームの頻出クラスと定義について
Angularのチュートリアルでは、フォームはngModelで双方向バインドでき …
[Rails] モデルが初期化されてないとな(not initialized)
どうも中田です Railsで、modelの initialize に処理を追加す …
「Google Inside Music」で自分の好きな音楽を聞いてみる(local環境構築 編)
以前紹介した「Google Inside Music」。 「Google Ins …
自分のEvernoteをブログとして公開できる『Postach.io』を使ってみました
こんにちは。たなかです。 自分のEvernoteをブログとして公開できる『Pos …
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