文字列と変数の値を渡す時、記述が少しだけ違います。
// 文字列を渡したい時
<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
関連記事
【ionic】$ionicHistory.clearCache()が効かぬ!
どうも中田です。 ログアウトしたら、viewの情報を初期化したい! …
[Rails]updateの時だけvalidationを実行させる
こんにちは アプリを作っていて、create時にはvalidationを実行させ …
[XCode] clang: error: linker command failed with exit code 1
どうも中田です 本日はシンプルに。 XCodeでbuild時に発生しました。 エ …
docomo雑談対話APIを使って会話BOTを作りました。(LINE BOT + Heroku + Rails + docomo雑談API)
こんばんは 前回、LINE BOTを無料で試してみました。heroku + Ra …
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