1.  
  2. constructor(@Inject(APP_CONFIG) config: AppConfig) {
  3. this.title = config.title;
  4. }
  5.