Initial application generated by JHipster-5.8.2
This commit is contained in:
15
src/main/webapp/app/entities/entity.module.ts
Normal file
15
src/main/webapp/app/entities/entity.module.ts
Normal file
@ -0,0 +1,15 @@
|
||||
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
RouterModule.forChild([
|
||||
/* jhipster-needle-add-entity-route - JHipster will add entity modules routes here */
|
||||
])
|
||||
],
|
||||
declarations: [],
|
||||
entryComponents: [],
|
||||
providers: [],
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
||||
})
|
||||
export class HsadminNgEntityModule {}
|
Reference in New Issue
Block a user