项目初始化
This commit is contained in:
11
src/app/shared/components/scrollbar/scrollbar.module.ts
Normal file
11
src/app/shared/components/scrollbar/scrollbar.module.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
|
||||
import { ScrollbarDirective } from './scrollbar.directive';
|
||||
|
||||
const COMPONENTS = [ScrollbarDirective];
|
||||
|
||||
@NgModule({
|
||||
declarations: COMPONENTS,
|
||||
exports: COMPONENTS
|
||||
})
|
||||
export class ScrollbarModule {}
|
||||
Reference in New Issue
Block a user