proustibat/fbrgsmn.mobile.app

View on GitHub
src/components/components.module.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { NgModule } from '@angular/core';
import { PlayerComponent } from './player/player';
@NgModule( {
    declarations: [PlayerComponent],
    exports: [PlayerComponent],
    imports: []
} )
export class ComponentsModule {}