1. 程式人生 > >ionic學習(一):建立元件並引用

ionic學習(一):建立元件並引用

ionic學習(一)--(四)是按照視訊《Ionic3視訊教程-Ionic3仿京東商城專案入門實戰-大地》四節試聽課和ionic2的一些視訊

後續視訊是按照《Ionic3從入門到實戰開發跨平臺問答社群》相關視訊做的筆記



1.建立元件:命令列建立元件:ionic g component 元件名稱


2.引用元件:



顯示如下:



若要實現迴圈:

引入ngFor的函式BrowserModule


建構函式:

呼叫:


顯示:


備註:

如果出現:

1. If 'actionsheet' is an Angular component, then verify that it is part of this module.

2. To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. 

重啟伺服器!!