文字列と変数の値を渡す時、記述が少しだけ違います。
// 文字列を渡したい時
<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
関連記事
[Bitbucket] fatal: Could not read from remote repository.
どうも中田です こないだリモートリポジトリにPushできないんすけど〜という話を …
Local by Flywheelでローカルに本番環境を作るときのエラーを解消する
こんにちは Local by Flywheelはwordpress環境をローカル …
【Rails】ActionController::InvalidAuthenticityToken (ELB,EC2)
どうも中田です。 また出ました。赤い画面。 日々いろんなサイトを見てますが、この …
【gem/bundle】あんたたち一体どういう関係なのよ!!
どうも中田です。 今回はgemとbundleの話。 前置き よくあるgemの説明 …
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