We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import {Component, ..., Inject } from '@angular/core'; import { NlfConfig, NLF_CONFIG } from 'app/nlf-config.module';
constructor( @Inject(NLF_CONFIG) private config: NlfConfig) {}
import { environment } from 'environments/environment'; ... // Make public public ENV = environment;
There was an error while loading. Please reload this page.