跳到主要內容

發表文章

目前顯示的是 7月, 2018的文章

Install program in device with Ionic

Ionic framework  Deploying: https://ionicframework.com/docs/intro/deploying/ Installation: https://ionicframework.com/docs/intro/installation/ Cordova apache: https://cordova.apache.org/docs/en/latest/guide/platforms/ios/index.html iOS: Running Your App Run a production build of your app with  ionic cordova build ios --prod Open the  .xcodeproj  file in  platforms/ios/  in Xcode Connect your phone via USB and select it as the run target Click the play button in Xcode to try to run your app ionic publishing: https://ionicframework.com/docs/v1/guide/publishing.html

Angular 2 Notes

Creating dynamic styles in web applications:  https://scotch.io/tutorials/angular-2-classes-with-ngclass-and-ngstyle Learn everything about Angular:  https://academind.com/learn/angular Angular Material Tutorial:  https://academind.com/learn/angular/angular-material-a-thorough-guide/ Angular Material Docs:  https://material.angular.io/ Reference vs Primitive Types in JS:  https://academind.com/learn/javascript/reference-vs-primitive-values/ RxJS Tutorial:  https://academind.com/learn/javascript/understanding-rxjs/