import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';
import { SharedModule } from './shared/shared.module';
import { environment } from '../environments/environment';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
SharedModule.forRoot({ config: environment }), // Passer la configuration ici
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
eyone-shared-module
0.0.31 • Public • Published Versions
Current Tags
Version | Downloads (Last 7 Days) | Tag |
---|---|---|
0.0.31 | 0 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|---|---|
0.0.31 | 0 | |
0.0.30 | 0 | |
0.0.29 | 0 | |
0.0.28 | 1 | |
0.0.27 | 1 | |
0.0.26 | 1 | |
0.0.25 | 1 | |
0.0.24 | 1 | |
0.0.23 | 0 | |
0.0.22 | 1 | |
0.0.21 | 0 | |
0.0.20 | 0 | |
0.0.19 | 1 | |
0.0.18 | 0 | |
0.0.17 | 1 | |
0.0.16 | 0 | |
0.0.15 | 0 | |
0.0.14 | 1 | |
0.0.13 | 1 | |
0.0.12 | 1 | |
0.0.11 | 1 | |
0.0.10 | 1 | |
0.0.9 | 1 | |
0.0.8 | 0 | |
0.0.7 | 1 | |
0.0.6 | 1 | |
0.0.4 | 1 | |
0.0.3 | 0 | |
0.0.2 | 1 | |
0.0.1 | 0 |
Package Sidebar
Install
npm i eyone-shared-module
Weekly Downloads
18
Version
0.0.31
License
none
Unpacked Size
5.45 MB
Total Files
178