dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_RatingModule cluster_RatingModule_declarations cluster_RatingModule_RatingComponent_providers cluster_RatingModule_exports RatingComponent RatingComponent RatingModule RatingModule RatingComponent->RatingModule RatingComponent RatingComponent RatingModule->RatingComponent {    : , : (() => ), : true } {    : , : (() => ), : true } {    : , : (() => ), : true }->RatingComponent

File

projects/rebirth-ng/src/lib/rating/rating.module.ts

Declarations

Exports

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

import { RatingComponent } from './rating.component';
import { CommonModule } from '@angular/common';

@NgModule({
  imports: [CommonModule],
  exports: [RatingComponent],
  declarations: [RatingComponent],
  providers: [],
})
export class RatingModule {
}

results matching ""

    No results matching ""