文字列と変数の値を渡す時、記述が少しだけ違います。
// 文字列を渡したい時
<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】$ionic emulate ios で真っ白
どうも、なかたです。 「COTeggのバケツ」というブログを立ち上げました。 こ …
[Rails] TinyTds::Error (closed connection)
どうも中田です。 たぶん、この記事で救われるエンジニアの方はおそらく1人いればよ …
ActiveRecord::Relationのklassメソッドでmodelを取得できる。
こんにちは。コーテッグのこやまです。 モデルに対してallやwhereメソッドを …
[ Rails ]ActiveRecord::RecordInvalidで怒られ、saveができない!
こんにちは。たなかです。 新しいプロジェクトの参画が決まって、今はrailsを書 …
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