1、ionic start sendnotify blank –v2 2、cordova plugin add cordova-plugin-whitelist 3、src/index.html 4、ionic serve ====if success===== 5、home.ts add import { Http, Headers, RequestOptions } from ‘@angular/http’; import ‘rxjs/add/operator/map’; add constructor(private http: Http sendnotify_devicetoken(devictoken) {  let url = ‘https://fcm.googleapis.com/fcm/send';  let headers = new Headers({  ‘Content-Type’: ‘application/json’,  ‘Authorization’: ‘key=your key’  });  let options = new RequestOptions({ headers: headers });  let body = {  “notification”:{

繼續閱讀

https://github.com/fechanique/cordova-plugin-fcm 1、 ionic start getdevicetoken blank –v2 2、ionic plugin add cordova-plugin-fcm –save 3、 firebase console -> project setting -> add your project  a. package name: copy from config.xml id=“com.ionicframework.getdevicetokenxxxxxx”  b. add project then download google-services.json 4、put google-services.json on getdevicetoken directory, don’t put getdevicetoken/platforms/android or …./ios 5、ionic run android ( remeber open android emule) =====If success, contiune===== 6、src/pages/home a. home.html replace <ion-content  <ion-textarea rows=“6” [value]=“devicetoken”><button ion-button (click)=“getdevicetoken()">

繼續閱讀

ionic2 google map

Must Remeber css show MAP https://forum.ionicframework.com/t/ionic-2-typescript-google-maps/53006/26 https://github.com/vijtad/Ionic-2-using-sebm-google-map https://github.com/SebastianM/angular2-google-maps http://www.joshmorony.com/ionic-2-how-to-use-google-maps-geolocation-video-tutorial/ http://vpt-deeplearner.tech/2016/11/24/ionic-2-an-example-of-googlemap-using-sebm-angularjs-directory/ https://forum.ionicframework.com/t/ts2304-cannot-find-name-google/58725/26

繼續閱讀

Data Binding Directive

http://www.sqeeex.com/201605/27.html {{value}} 和 [property]=‘value’ 变量绑定在Component中,只要在Component中控制变量值改变,dom中就会更新,它是单向的。 (event) 是事件绑定,是单向的,在dom中触发,从而告知Component。 [(ng-model)]或者[(ngModel)] 实现双向绑定, angular1中,我们要实现双向绑定是用ng-model=“xx”,angular2中从用法上来说确实只是多加了两个括号。

繼續閱讀

作者的圖片

Sue boy

Sueboy Can support You

CIO

Taiwan