====== Ionicでフォーム作成 ====== Ionic and Forms https://ionicframework.com/docs/developer-resources/forms/ ビューのいろいろについては以下へ https://ionicframework.com/docs/components/#inset-labels 実際のcodingは以下のサイトが分かりやすい。 Ionic 3 and Forms https://robferguson.org/blog/2017/11/19/ionic-3-and-forms/ ===== FormBuilderについて ===== https://qiita.com/atsukita/items/a1d58781327886257192\\ {{:pasted:20180615-202229.png}} https://qiita.com/atsukita/items/fdd6cbe2b48ba5cf9f45\\ {{:pasted:20180615-202654.png}}\\ Ionic2のソースコードも掲載されています。 https://www.joshmorony.com/advanced-forms-validation-in-ionic-2/\\ {{:pasted:20180615-204501.png}} https://angular.io/guide/form-validation\\ Angular公式サイト Form Validation\\ {{:pasted:20180615-204451.png}} https://christina04.hatenablog.com/entry/2017/01/22/175318\\ 20170122 Angular2でのForm 〜Model Driven編〜 http://ryotah.hatenablog.com/entry/2017/08/31/210723\\ 2017-08-31 AngularのForm(Reactive Forms)メモ https://www.concretepage.com/angular-2/angular-2-4-formbuilder-example\\ Angular 2/4 FormBuilder Example By Arvind Rai, July 31, 2017 https://scotch.io/tutorials/angular-2-form-validation\\ ===== リンク ===== Ionic [2|3] | How To Create And Validate Forms By Gajotres - Last updated on October 15th, 2017 https://www.gajotres.net/ionic-2-how-o-create-and-validate-forms/ コードもあって、分かりやすいです。