How is this supposed to be used with Angular? (#81)
Open
Unknown opened 4 years ago
import halcyon from 'halcyon-core-jsLegacy';

@Component({
  selector: 'app-root',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.css']
})
export class AppComponent {

	constructor() {
		console.log( halcyon.tigase.halcyon.core.Halcyon())
	}
}

Fail ERROR TypeError: this.eventBus is undefined

issue 1 of 1
Issue Votes (0)
Watchers (0)
Reference
tigase/_libraries/halcyon#81
Please wait...
Page is in error, reload to recover