dependencies dependencies cluster_SharedModule cluster_SharedModule_exports cluster_SharedModule_providers cluster_SharedModule_declarations KeysPipe KeysPipe SharedModule SharedModule KeysPipe->SharedModule ShortenPipe ShortenPipe ShortenPipe->SharedModule KeysPipe KeysPipe SharedModule->KeysPipe ShortenPipe ShortenPipe SharedModule->ShortenPipe StyleService StyleService StyleService->SharedModule

File

projects/mangol/src/lib/modules/_shared/shared/shared.module.ts

Declarations

Providers

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';

import { KeysPipe } from './pipes/keys.pipe';
import { ShortenPipe } from './pipes/shorten.pipe';
import { StyleService } from './services/style.service';

@NgModule({
  imports: [CommonModule],
  declarations: [ShortenPipe, KeysPipe],
  exports: [ShortenPipe, KeysPipe],
  providers: [StyleService]
})
export class SharedModule {}

result-matching ""

    No results matching ""