dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_TodoModule cluster_TodoModule_declarations FirstUpperPipe FirstUpperPipe TodoModule TodoModule FirstUpperPipe->TodoModule

File

src/app/list/todo/todo.module.ts

Description

The todo module

Contains the TodoComponent

Declarations

import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';

import { FirstUpperPipe } from '../../shared/pipes/first-upper.pipe';

const PIPES_AND_DIRECTIVES = [FirstUpperPipe];

/**
 * The todo module
 *
 * Contains the {@link TodoComponent}
 */
@NgModule({
    imports: [BrowserModule],
    declarations: [PIPES_AND_DIRECTIVES],
})
export class TodoModule {}

results matching ""

    No results matching ""