3225470df5
Revert "BAEL-3275: Using blocking queue for pub-sub"
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app',
|
|
templateUrl: './app/app.component.html'
|
|
})
|
|
|
|
export class AppComponent { } |