halcyon icon indicating copy to clipboard operation
halcyon copied to clipboard

How is this supposed to be used with Angular?

Open duzenko opened this issue 3 years ago • 0 comments

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

duzenko avatar Feb 04 '21 21:02 duzenko