File

C:/GoDev/src/TCSTK-Angular/projects/tibco-tcstk/tc-liveapps-lib/src/lib/models/tcLiveappsConfig.ts

Index

Properties

Properties

defer
defer: Boolean
Type : Boolean
import {InjectionToken} from '@angular/core';

export interface TcLiveappsConfiguration {
  defer: Boolean;
}

export class TcLiveappsConfig implements TcLiveappsConfiguration {
  defer: Boolean;
  constructor(
    defer: Boolean) {
    this.defer = defer;
  }
}

export const TcLiveappsConfigurationService = new InjectionToken<TcLiveappsConfiguration>('TcLiveappsConfiguration');

result-matching ""

    No results matching ""