Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / config / sdc-config.config.ts
index b10a878..76e81b2 100644 (file)
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -- */
-
-  import {Provider, OpaqueToken} from "@angular/core";
+import {Provider, InjectionToken} from "@angular/core";
 import {getSdcConfig, ISdcConfig} from "./sdc-config.config.factory";
 
 export { ISdcConfig };
 
-export const SdcConfigToken = new OpaqueToken('SdcConfigToken');
+export const SdcConfigToken = new InjectionToken('SdcConfigToken');
 
 export const SdcConfig:Provider = {
     provide: SdcConfigToken,