File tree Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 11import { Observable } from 'rxjs' ;
2- import { IChannelConfiguration } from '../../www /IChannelConfiguration' ;
3- import { INotificationPayload } from '../../www /INotificationPayload' ;
4- import { IRequestPushPermissionOptions } from '../../www /IRequestPushPermissionOptions' ;
2+ import { IChannelConfiguration } from '../../typings /IChannelConfiguration' ;
3+ import { INotificationPayload } from '../../typings /INotificationPayload' ;
4+ import { IRequestPushPermissionOptions } from '../../typings /IRequestPushPermissionOptions' ;
55/**
66 * @name FCM
77 * @description
Original file line number Diff line number Diff line change 2525 " cordova" ,
2626 " ionic"
2727 ],
28- "platforms" : [
29- " android" ,
30- " ios"
31- ],
28+ "platforms" : [" android" , " ios" ],
3229 "devDependencies" : {
3330 "@types/cordova" : " 0.0.34" ,
3431 "prettier" : " ^2.0.5" ,
Original file line number Diff line number Diff line change 2525 " cordova" ,
2626 " ionic"
2727 ],
28- "platforms" : [
29- " android" ,
30- " ios"
31- ],
28+ "platforms" : [" android" , " ios" ],
3229 "devDependencies" : {
3330 "@types/cordova" : " 0.0.34" ,
3431 "prettier" : " ^2.0.5" ,
Original file line number Diff line number Diff line change 2525 " cordova" ,
2626 " ionic"
2727 ],
28- "platforms" : [
29- " android" ,
30- " ios"
31- ],
28+ "platforms" : [" android" , " ios" ],
3229 "devDependencies" : {
3330 "@types/cordova" : " 0.0.34" ,
3431 "prettier" : " ^2.0.5" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ sed 's/\.\.\/www\//\.\.\/typings\//' ionic/FCM.tmp.d.ts > FCM.d.ts
88cp ../src/ionic/package.toCopy.json package.json
99
1010# # Fix ngx .d.ts files
11- mv ionic/ngx/* .d.ts ./ ngx/
11+ sed ' s/\.\.\/www\//\.\.\/typings\// ' ionic/ngx/FCM .d.ts > ngx/FCM.d.ts
1212cp ../src/ionic/package.toCopy.json ngx/package.json
1313
1414# # Fix v4 .d.ts files
You can’t perform that action at this time.
0 commit comments