mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-27 10:04:07 +03:00
improve repo structure
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { BrowserModule } from '@angular/platform-browser';
|
||||
import { OverlayscrollbarsModule } from 'overlayscrollbars-ngx';
|
||||
|
||||
import { AppComponent } from './app.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [AppComponent],
|
||||
imports: [BrowserModule, OverlayscrollbarsModule],
|
||||
providers: [],
|
||||
bootstrap: [AppComponent],
|
||||
})
|
||||
export class AppModule {}
|
||||
Reference in New Issue
Block a user