文字列と変数の値を渡す時、記述が少しだけ違います。
// 文字列を渡したい時
<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
関連記事
ng-ifのelse句でコンポーネントのプロパティと名前重複
こんにちは、コーテッグのこやまです。 Angularを触っていたら、コンポーネン …
[Xcode] iOSソフトウェアアップデート後に、Could not locate device support files.
こんにちは。たなかです。 Xcodeで開発中に以下のエラーにぶつかりました。 エ …
[AWS Cli] brew install awscli が失敗!
どうも中田です awsコマンドがないよーって言われたので、再度インストールするこ …
【ionic】FBログイン時にSafari認証になってしまう
どうも中田です。 ionicでFacebookログインを実装した時に、 Nati …
[ionic] Error code 70 / requires a provisioning profile with the Push Notifications feature.
どうも中田です ionic使っててbuildで引っかかりましたー ionicでp …
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