File

projects/wms-framework/src/lib/regionsframework/services/modelaccessor.service.ts

Description

Service for allowing access to the component model

Index

Properties

Constructor

constructor()

Properties

model
Type : any
Default value : null
import { Injectable } from '@angular/core';

/**
 *  Service for allowing access to the component model
 *
 * @export
 * @class ModelProviderService
 */
@Injectable()
export class ModelProviderService {
  model: any = null;
  constructor() {}
}

result-matching ""

    No results matching ""