提交 b4cc6f85 编写于 作者: S Sandeep Somavarapu

add experimentsUrl to product service

上级 9effe842
......@@ -38,4 +38,6 @@ export class ProductService implements IProductService {
get settingsSearchBuildId(): number | undefined { return this.productConfiguration ? this.productConfiguration.settingsSearchBuildId : undefined; }
get settingsSearchUrl(): string | undefined { return this.productConfiguration ? this.productConfiguration.settingsSearchUrl : undefined; }
get experimentsUrl(): string | undefined { return this.productConfiguration ? this.productConfiguration.experimentsUrl : undefined; }
}
\ No newline at end of file
......@@ -33,6 +33,8 @@ export interface IProductService {
readonly settingsSearchBuildId?: number;
readonly settingsSearchUrl?: string;
readonly experimentsUrl?: string;
}
export interface IProductConfiguration {
......
......@@ -33,4 +33,6 @@ export class ProductService implements IProductService {
get settingsSearchBuildId(): number | undefined { return product.settingsSearchBuildId; }
get settingsSearchUrl(): string | undefined { return product.settingsSearchUrl; }
get experimentsUrl(): string | undefined { return product.experimentsUrl; }
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册