login
This commit is contained in:
20
src/app/modules/songs/songs.module.ts
Normal file
20
src/app/modules/songs/songs.module.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import {NgModule} from '@angular/core';
|
||||
import {CommonModule} from '@angular/common';
|
||||
|
||||
import {SongsRoutingModule} from './songs-routing.module';
|
||||
import {SongListModule} from './song-list/song-list.module';
|
||||
import {SongModule} from './song/song.module';
|
||||
import {EditModule} from './song/edit/edit.module';
|
||||
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
imports: [
|
||||
CommonModule,
|
||||
SongsRoutingModule,
|
||||
SongListModule,
|
||||
SongModule,
|
||||
EditModule
|
||||
]
|
||||
})
|
||||
export class SongsModule {
|
||||
}
|
||||
Reference in New Issue
Block a user