Ajout des sources
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
||||
|
||||
import { ProfileComponent } from './profile.component';
|
||||
import { ProfileResolver } from './profile-resolver.service';
|
||||
import { ProfileRoutingModule } from './profile-routing.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
ProfileRoutingModule,
|
||||
ProfileComponent
|
||||
],
|
||||
providers: [
|
||||
ProfileResolver
|
||||
],
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
||||
})
|
||||
export class ProfileModule { }
|
||||
Reference in New Issue
Block a user