文字列と変数の値を渡す時、記述が少しだけ違います。
// 文字列を渡したい時
<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
関連記事
Local by Flywheelでローカルに本番環境を作るときのエラーを解消する
こんにちは Local by Flywheelはwordpress環境をローカル …
GooglePlayConsoleで「製品版として公開を開始」がグレーアウトして押せない!
こんにちは。田中です。 携わっていたアプリ開発案件ですが、ついに最初のリリースが …
Angularでビューのパラメーターを詳細まで見たいときのコード
こんにちはコーテッグのこやまです angularでviewのパラメーターがうまく …
【nginx/unicorn】(13: Permission denied) while connecting to upstream
どうも中田です。 AWS上でAPIサーバを構築してて、 * Webサーバ:ngi …
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