mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +01:00
[frontend] export MasterPageComponent for re-use in hybrid build
This commit is contained in:
parent
cbf2395009
commit
756f6d8abe
1 changed files with 3 additions and 6 deletions
|
@ -109,12 +109,9 @@ export class MasterPageRoutingModule { }
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
MasterPageComponent,
|
MasterPageComponent,
|
||||||
|
],
|
||||||
|
exports: [
|
||||||
|
MasterPageComponent,
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class MasterPageModule { }
|
export class MasterPageModule { }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue