Sha256: cf7c7aaebdb515f0ff9fe6aa471d16ef96ae79ca430e6cfe6a5fa4ff88553e26

Contents?: true

Size: 337 Bytes

Versions: 17

Compression:

Stored size: 337 Bytes

Contents

import { ReplaySubject } from 'rxjs';
import { AppProps } from 'single-spa';

export const singleSpaPropsSubject = new ReplaySubject<SingleSpaProps>(1);

// Add any custom single-spa props you have to this type def
// https://single-spa.js.org/docs/building-applications.html#custom-props
export type SingleSpaProps = AppProps; // & {};

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
openc3-5.20.0 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.19.0 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.18.0 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.17.1 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.17.0 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.16.0 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.15.2 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.15.1 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.15.0 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.14.2 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.14.1 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.14.0 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.13.0 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.12.0 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.11.3 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.11.2 templates/tool_angular/src/single-spa/single-spa-props.ts
openc3-5.11.1 templates/tool_angular/src/single-spa/single-spa-props.ts