SYMBOL INDEX (55 symbols across 21 files) FILE: apps/dev-server/src/data/2d-histogram.ts function normal (line 3) | function normal() { FILE: apps/web-e2e/src/support/commands.ts type Chainable (line 14) | interface Chainable { FILE: apps/web/src/app/app-routing.module.ts class AppRoutingModule (line 23) | class AppRoutingModule {} class AppRoutesReuseStrategy (line 25) | class AppRoutesReuseStrategy implements RouteReuseStrategy { method shouldDetach (line 28) | shouldDetach(route: ActivatedRouteSnapshot): boolean { method store (line 32) | store(route: ActivatedRouteSnapshot, handler: DetachedRouteHandle): vo... method shouldAttach (line 38) | shouldAttach(route: ActivatedRouteSnapshot): boolean { method shouldReuseRoute (line 42) | shouldReuseRoute( method retrieve (line 49) | retrieve(route: ActivatedRouteSnapshot) { method getUrl (line 56) | private getUrl(route: ActivatedRouteSnapshot): string { FILE: apps/web/src/app/app.module.ts class AppModule (line 46) | class AppModule {} FILE: apps/web/src/app/components/app/app.component.ts class AppComponent (line 10) | class AppComponent { method constructor (line 11) | constructor(private socketService: SocketService) {} FILE: apps/web/src/app/components/plot/plot.component.ts class PlotComponent (line 22) | class PlotComponent implements AfterViewInit, OnChanges { method ngAfterViewInit (line 26) | ngAfterViewInit() { method ngOnChanges (line 35) | ngOnChanges(simpleChanges: SimpleChanges) { FILE: apps/web/src/app/components/plots/plots.component.spec.ts constant PLOTS (line 9) | const PLOTS: PlotData[] = [ class PlotComponent (line 30) | class PlotComponent { FILE: apps/web/src/app/components/plots/plots.component.ts class PlotsComponent (line 11) | class PlotsComponent { method constructor (line 14) | constructor(private plotsService: PlotsService) {} method trackById (line 16) | trackById(_: number, plot: PlotData) { FILE: apps/web/src/app/components/tutorial/tutorial.component.ts class TutorialComponent (line 9) | class TutorialComponent {} FILE: apps/web/src/app/services/plots.service.ts class PlotsService (line 8) | class PlotsService { method constructor (line 14) | constructor(private socketService: SocketService) { FILE: apps/web/src/app/services/socket.service.ts class SocketService (line 6) | class SocketService implements OnDestroy { method constructor (line 9) | constructor() { method listen (line 21) | listen(eventName: string, cb: (data: T) => void) { method emit (line 25) | emit(eventName: string, data?: T) { method ngOnDestroy (line 29) | ngOnDestroy() { FILE: decorate-angular-cli.js function symlinkNgCLItoNxCLI (line 42) | function symlinkNgCLItoNxCLI() { FILE: libs/nodeplotlib/src/lib/interfaces/plot.ts type Plot (line 8) | type Plot = Partial; type Layout (line 9) | type Layout = Partial; type Config (line 10) | type Config = Partial; type PlotDataStream (line 12) | interface PlotDataStream { type PlotData (line 19) | interface PlotData { FILE: libs/nodeplotlib/src/lib/nodeplotlib.ts function plot (line 30) | function plot( function bootstrap (line 46) | async function bootstrap(port: number) { function shutdown (line 68) | async function shutdown() { FILE: libs/nodeplotlib/src/lib/server/plots/plots.gateway.ts class PlotsGateway (line 14) | class PlotsGateway implements OnGatewayConnection, OnGatewayDisconnect { method constructor (line 18) | constructor( method handleEvent (line 49) | handleEvent() { method handleConnection (line 58) | handleConnection(client: WebSocket) { method handleDisconnect (line 63) | handleDisconnect(client: WebSocket) { FILE: libs/nodeplotlib/src/lib/server/plots/plots.service.ts class PlotsService (line 7) | class PlotsService { method setBuffer (line 13) | setBuffer(buffer$: Observable[]>) { method addPlot (line 20) | addPlot(plotData: Omit) { method readBuffer (line 39) | readBuffer(buffer: Omit[]) { FILE: libs/nodeplotlib/src/lib/server/server.module.ts class ServerModule (line 16) | class ServerModule {} FILE: libs/nodeplotlib/src/lib/server/services/bridge.service.ts class BridgeService (line 15) | class BridgeService { method constructor (line 19) | constructor() { method setPort (line 25) | setPort(port: number) { method shutdown (line 29) | shutdown() { FILE: libs/nodeplotlib/src/lib/utils/get-port.ts function getPort (line 1) | function getPort(): number { FILE: libs/nodeplotlib/src/lib/utils/open-window.ts function openWindow (line 4) | function openWindow(location: string) { FILE: tools/demo/stream.ts function createSinusPlotFromNumber (line 8) | function createSinusPlotFromNumber(num: number): Plot[] {