UNPKG

ng2-intercom

Version:

NG2 Intercom integration. See https://github.com/CaliStyle/angular2-intercom

15 lines (14 loc) 318 B
export class IntercomNode { init (data) { // throw new Error('Error init IntercomNode') } boot (data) { // throw new Error('Error boot IntercomNode') } update (data) { // throw new Error('Error update IntercomNode') } shutdown () { // throw new Error('Error shutdown IntercomNode') } }